aboutsummaryrefslogtreecommitdiff
path: root/weed/command/iam.go
AgeCommit message (Collapse)AuthorFilesLines
2025-06-03change version directorychrislu1-1/+2
2025-01-17fix S3 per-user-directory Policy (#6443)Tom Crasset1-2/+3
* fix S3 per-user-directory Policy * Delete docker/config.json * add tests * remove logs * undo modifications of weed/shell/command_volume_balance.go * remove modifications of docker-compose * fix failing test --------- Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
2024-07-16Added loadSecurityConfigOnce (#5792)vadimartynov1-1/+1
2023-01-20grpc connection to filer add sw-client-id headerchrislu1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-6/+6
2022-03-26refactor: change masters from a slice to a mapchrislu1-1/+1
2022-03-15master, filer, s3: also listen to "localhost" in addition to specific ip addresschrislu1-1/+10
related to https://github.com/chrislusf/seaweedfs/issues/1937
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-09-12change server address from string to a typeChris Lu1-13/+10
2021-08-03add TLS grpc support for filer meta clientsChris Lu1-0/+1
2021-04-06fix get filerGrpcAddressKonstantin Lebedev1-1/+1
2021-03-25init Iam Api ServerKonstantin Lebedev1-0/+97