1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-07-23 12:02:47 +02:00
seaweedfs/weed/iamapi
Chris Lu 1db7c2b8aa
Add credential storage (#6938)
* add credential store interface

* load credential.toml

* lint

* create credentialManager with explicit store type

* add type name

* InitializeCredentialManager

* remove unused functions

* fix missing import

* fix import

* fix nil configuration
2025-07-02 18:03:17 -07:00
..
iamapi_handlers.go improve iam error handling (#6446) 2025-01-16 08:23:19 -08:00
iamapi_management_handlers.go return error on invalid action in PutUserPolicy (#6482) 2025-01-28 05:42:03 -08:00
iamapi_management_handlers_test.go return error on invalid action in PutUserPolicy (#6482) 2025-01-28 05:42:03 -08:00
iamapi_response.go complete project code, remain test code 2022-02-15 17:35:33 +08:00
iamapi_server.go Add credential storage (#6938) 2025-07-02 18:03:17 -07:00
iamapi_test.go improve iam error handling (#6446) 2025-01-16 08:23:19 -08:00