index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
iamapi
/
iamapi_management_handlers.go
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
Refactor: Extract common IAM logic into shared weed/iam package (#7747)
chrislu
1
-103
/
+22
6 days
Embed IAM API into S3 server (#7740)
Chris Lu
1
-36
/
+121
2025-10-17
Clean up logs and deprecated functions (#7339)
Chris Lu
1
-2
/
+0
2025-07-13
Add policy engine (#6970)
Chris Lu
1
-36
/
+26
2025-01-28
return error on invalid action in PutUserPolicy (#6482)
Tom Crasset
1
-0
/
+5
2025-01-17
fix S3 per-user-directory Policy (#6443)
Tom Crasset
1
-10
/
+7
2025-01-16
improve iam error handling (#6446)
Tom Crasset
1
-49
/
+66
2024-05-17
added s3 iam DeleteBucket permission management (#5599)
Riccardo Bertossa
1
-0
/
+5
2024-03-21
Fix iam service response 500 (#5405)
zuzuviewer
1
-1
/
+3
2023-09-21
[iam] Replace action read/write to readAcp/writeAcp for handlers with acl (#...
Konstantin Lebedev
1
-8
/
+18
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-4
/
+4
2022-07-28
PutUserAction should completely replace identity actions
Tuan Vuong
1
-11
/
+1
2022-07-20
filter duplicated action
Tuan Vuong
1
-2
/
+11
2022-07-11
Merge pull request #3302 from guo-sj/fix_put_user_policy
Chris Lu
1
-7
/
+2
2022-07-12
refactor code
guosj
1
-7
/
+2
2022-07-11
Merge pull request #3296 from guo-sj/fix_put_user_policy
Chris Lu
1
-5
/
+12
2022-07-11
refine PutUserPolicy
guosj
1
-5
/
+12
2022-07-11
fix compilation
3.15
chrislu
1
-2
/
+0
2022-07-11
remove locks
chrislu
1
-3
/
+0
2022-04-24
remove redundant logs & add unit test
guosj
1
-4
/
+0
2022-04-23
Merge branch 'master' into handle_implicit_username
guosj
1
-6
/
+7
2022-04-22
add more checks and comments
guosj
1
-4
/
+24
2022-04-20
Revert "Merge pull request #2944 from guo-sj/handle_implicit_username"
chrislu
1
-15
/
+0
2022-04-20
Revert "fix index out of range"
chrislu
1
-1
/
+1
2022-04-20
fix index out of range
chrislu
1
-1
/
+1
2022-04-20
handle implicit username
guosj
1
-0
/
+15
2022-04-19
add missing return
guosj
1
-0
/
+1
2022-02-15
complete project code, remain test code
guosj
1
-4
/
+28
2021-10-31
refactoring
Chris Lu
1
-4
/
+4
2021-10-31
refactoring
Chris Lu
1
-7
/
+7
2021-06-10
refactor
Chris Lu
1
-6
/
+6
2021-06-10
refactoring
Chris Lu
1
-4
/
+4
2021-04-28
iam ListAccessKeys filtred by username
Konstantin Lebedev
1
-0
/
+4
2021-04-10
GetUserPolicy
Konstantin Lebedev
1
-21
/
+129
2021-04-08
add DeleteUserPolicy
Konstantin Lebedev
1
-4
/
+23
2021-04-06
add tests
Konstantin Lebedev
1
-28
/
+19
2021-03-29
iam GetUser
Konstantin Lebedev
1
-84
/
+35
2021-03-25
SaveInsideFiler S3 Configuration
Konstantin Lebedev
1
-10
/
+14
2021-03-25
SaveAs S3 Configuration
Konstantin Lebedev
1
-2
/
+31
2021-03-25
handler PutUserPolicy
Konstantin Lebedev
1
-4
/
+139
2021-03-25
base handlers
Konstantin Lebedev
1
-12
/
+155
2021-03-25
init Iam Api Server
Konstantin Lebedev
1
-0
/
+69