Managing Local Users

Prev Next

Creating a Local User via VAST Web UI

  1. From the left navigation menu, choose User Management and then Users.

  2. In the Users page that opens, click + Create User and complete the following fields:

    Field

    Description

    Name (required)

    The user name.

    UID

    The user's POSIX UID.

    Notice

    Starting with VAST Cluster 5.2.2, this field is required. Prior to version 5.2.2, this field is optional.

    Leading group

    The name of the user's leading group.

    This is the group assigned by default as the owning group of any files created by the user.

    Select the group from the dropdown. If the group has not been added to the local provider, add the group first.

    Groups

    Names of other groups that the user belongs to beside the leading group. Also known as auxiliary groups.

    Select groups from the dropdown. If a group has not been added to the local provider, add the group first.

    Allow Create Bucket

    Enable this setting to give the user permission to create S3 buckets.

    Disabled by default.

    See Managing User S3 Permissions.

    Allow Delete Bucket

    Enable this setting to give the user permission to delete S3 buckets.

    Disabled by default.

    See Managing User S3 Permissions.

    S3 Superuser

    Enable this setting to give the user permission to override ACLs.

    Disabled by default.

    Identity Policies

    Select an S3 identity policy or policies from the list.

  3. Click Create.

    The user is created. The dialog switches to the Update User dialog.

  4. In the Update User dialog, click the Create new key button to grant the user S3 access.

  5. Click Update.

    The new local user is displayed in the Users page.

Modifying a User via VAST Web UI

  1. From the left navigation menu, choose User Management and then Users.

  2. In the Users page that opens, click Actions_Button.png to open the Actions menu for the user.

  3. Select Edit.

    The Update User dialog appears.

  4. Make the changes you need and click Update.

    The user is updated with the changes.

Removing a User via VAST Web UI

  1. From the left navigation menu, choose User Management and then Users.

  2. In the Users tab that opens, click Actions_Button.png to open the Actions menu for the user.

  3. Select Remove.

  4. Click Yes to confirm the removal.

    The user is deleted from the local provider.

Querying a Local User via VAST Web UI

See Querying Users.

Managing Local Users via VAST CLI

To manage local users via the CLI, use the following commands.

Task

Command

Add a user

user add

Modify a user

user modify

Query local users

user query

Display all local users

user list

Display details of a specific local user

user show