This command manually adds a user to the local provider. See Managing Local Users. Optionally also gives the user special permission to create and/or delete S3 buckets and/or S3 super user permission. The user will also need an S3 key pair to be able to access the cluster.
Usage
user add --name NAME --uid UID [--leading-group-gid LEADING_GID] [--groups-gids GIDS] [--allow-create-bucket] [--disallow-create-bucket] [--allow-delete-bucket] [--disallow-delete-bucket] [--s3-superuser] [--not-s3-superuser]
Note
The user will not be able to create or access any buckets without an access key pair. To generate an access key pair, run user generate-key
. To enable a key pair, run user modify-key
.
Required Parameters
General Options
|
The user's leading GID (group ID). If no local group with specified GID exists, it is created. For example: |
|
Specifies GIDs (Group IDs) of groups to which the user belongs. Enter the GIDs as a comma separated list. The first group listed is the default leading group. For example: |
|
Allows the user to create buckets when connecting to the cluster via S3. |
|
Allows the user to delete buckets when connecting to the cluster via S3. |
|
Grants the user S3 super user permission, which enables the user to override S3 ACLs. |
Comments
0 comments
Article is closed for comments.