This command manually adds a user to the local provider. See Managing Local Users. Optionally שךדם gives the user special permission to create and/or delete S3 buckets. The user will also need aמ S3 key pair to be able to access the cluster.
Usage
user add --name NAME --uid UID [--leading-gid LEADING_GID] [--gids GIDS] [--allow-create-bucket] [--allow-delete-bucket]
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) For example: |
|
Specifies GIDs (Group IDs) of groups to which the user belongs. Enter the GIDs as a comma separated list. 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. |
Comments
0 comments
Article is closed for comments.