Adding local users

ENTERPRISE

Adding a local user with the web interface or CLI

Adding local users with the web interface

  1. Log in as a user with the superuser permission.

    Login

    Figure 1. Log in as superuser

  2. Select Organization > Users and create a new user. Type in the user’s full name, username, and password.

    Create user Cory

    Figure 2. Create new user

Adding local users with the CLI

Prerequisite:

  1. Create a user group named services with this command.

    dcos security org groups create services
    
  2. Add user cory to the services group with this command.

    dcos security org groups add_user dcos-services cory
    
  3. Verify that the user is added to your cluster with this command.

    dcos security org users show
    

    The output should resemble this:

    dcos security org users show
    bootstrapuser:
        description: Bootstrap superuser
        is_remote: false
        is_service: false
    cory:
        description: Cory
        is_remote: false
        is_service: false