-
Notifications
You must be signed in to change notification settings - Fork 1
Amazon IAM API
guosj edited this page Feb 14, 2022
·
7 revisions
To be compatible with Amazon IAM API, a separate "weed iam" command is provided.
weed iam will start a stateless gateway server to bridge the Amazon IAM API to SeaweedFS Filer.
* CreateAccessKey
* ListAccessKeys
* DeleteAccessKey
* CreateUser
* ListUsers
* GetUser
* DeleteUser
* CreatePolicy
* PutUserPolicy
* GetUserPolicy
* DeleteUserPolicy
By default, the access key and secret key to access weed iam is not authenticated. To enable credential based access, create an admin credentials to the example below
echo 's3.configure -access_key some_access_key1 -secret_key some_secret_key1 -user iam -actions Admin -apply' | weed shell
- Introduction
- API
- Configuration
- Filer
- Filer Stores
- Advanced Filer Configurations
- Cloud Drive
- AWS S3 API
- AWS IAM
- Replication and Backup
- Messaging
- Use Cases
- Operations
- Advanced
- Security
- Misc Use Case Examples