aboutsummaryrefslogtreecommitdiff
path: root/weed/iamapi/iamapi_management_handlers.go
AgeCommit message (Expand)AuthorFilesLines
2025-01-28return error on invalid action in PutUserPolicy (#6482)Tom Crasset1-0/+5
2025-01-17fix S3 per-user-directory Policy (#6443)Tom Crasset1-10/+7
2025-01-16improve iam error handling (#6446)Tom Crasset1-49/+66
2024-05-17added s3 iam DeleteBucket permission management (#5599)Riccardo Bertossa1-0/+5
2024-03-21Fix iam service response 500 (#5405)zuzuviewer1-1/+3
2023-09-21[iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#...Konstantin Lebedev1-8/+18
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-07-28PutUserAction should completely replace identity actionsTuan Vuong1-11/+1
2022-07-20filter duplicated actionTuan Vuong1-2/+11
2022-07-11Merge pull request #3302 from guo-sj/fix_put_user_policyChris Lu1-7/+2
2022-07-12refactor codeguosj1-7/+2
2022-07-11Merge pull request #3296 from guo-sj/fix_put_user_policyChris Lu1-5/+12
2022-07-11refine PutUserPolicyguosj1-5/+12
2022-07-11fix compilation3.15chrislu1-2/+0
2022-07-11remove lockschrislu1-3/+0
2022-04-24remove redundant logs & add unit testguosj1-4/+0
2022-04-23Merge branch 'master' into handle_implicit_usernameguosj1-6/+7
2022-04-22add more checks and commentsguosj1-4/+24
2022-04-20Revert "Merge pull request #2944 from guo-sj/handle_implicit_username"chrislu1-15/+0
2022-04-20Revert "fix index out of range"chrislu1-1/+1
2022-04-20fix index out of rangechrislu1-1/+1
2022-04-20handle implicit usernameguosj1-0/+15
2022-04-19add missing returnguosj1-0/+1
2022-02-15complete project code, remain test codeguosj1-4/+28
2021-10-31refactoringChris Lu1-4/+4
2021-10-31refactoringChris Lu1-7/+7
2021-06-10refactorChris Lu1-6/+6
2021-06-10refactoringChris Lu1-4/+4
2021-04-28iam ListAccessKeys filtred by usernameKonstantin Lebedev1-0/+4
2021-04-10GetUserPolicyKonstantin Lebedev1-21/+129
2021-04-08add DeleteUserPolicyKonstantin Lebedev1-4/+23
2021-04-06add testsKonstantin Lebedev1-28/+19
2021-03-29iam GetUserKonstantin Lebedev1-84/+35
2021-03-25SaveInsideFiler S3 ConfigurationKonstantin Lebedev1-10/+14
2021-03-25SaveAs S3 ConfigurationKonstantin Lebedev1-2/+31
2021-03-25handler PutUserPolicyKonstantin Lebedev1-4/+139
2021-03-25base handlersKonstantin Lebedev1-12/+155
2021-03-25init Iam Api ServerKonstantin Lebedev1-0/+69