mc admin user
The mc admin user
command and its subcommands manage AIStor users.
Clients must authenticate to the AIStor deployment with the access key and secret key associated to a user on the deployment. AIStor users constitute a key component in AIStor Identity and Access Management.
To manage users who authenticate using a third-party IDP, use the command for the appropriate provider:
- For AD/LDAP, use
mc idp ldap
- For OpenID Connect (OIDC) compatible providers, use
mc idp openid
Subcommands
mc admin user
includes the following subcommands:
Subcommand | Description |
---|---|
add |
The mc admin user add command adds a new AIStor user to the target AIStor deployment. |
disable |
The mc admin user disable command disables a AIStor user on the target AIStor deployment. |
enable |
The mc admin user enable command enables a AIStor user on the target AIStor deployment. |
info |
The mc admin user info command returns detailed information of a AIStor user on the target AIStor deployment. |
ls |
The mc admin user ls command lists all AIStor users on the target AIStor deployment. |
rm |
The mc admin user rm command removes a AIStor user on the target AIStor deployment. |
sts info |
The mc admin user sts info command retrieves information on the specified STS credential, such as the parent AIStor user who generated the credentials, associated policies, and expiration. |