添加本地用户

ENTERPRISE

使用 Web 界面或 CLI 添加本地用户

使用 Web 界面添加本地用户

  1. 以具有 superuser 权限的用户身份登录。

    登录

    图 1. 以超级用户身份登录

  2. 选择 Organization > Users 并创建新用户。键入用户的全名、用户名和密码。

    创建用户 Cory

    图 2. 创建新用户

使用 CLI 添加本地用户

先决条件:

  1. 使用此命令创建名为 services 的用户组。

    1. dcos security org groups create services
  2. 使用此命令将用户 cory 添加到 services 组。

    1. dcos security org groups add_user dcos-services cory
  3. 使用此命令验证用户是否已添加到群集。

    1. dcos security org users show

    输出应类似于:

    1. dcos security org users show
    2. bootstrapuser:
    3. description: Bootstrap superuser
    4. is_remote: false
    5. is_service: false
    6. cory:
    7. description: Cory
    8. is_remote: false
    9. is_service: false