docs/deploy/access-control/create-and-manage-users.md

2.2 KiB

title description keywords redirect_from ui_tabs
Create and manage users Learn how to administer user permissions in Docker Universal Control Plane. authorize, authentication, users, teams, UCP, Docker
/ucp/
version orhigher
ucp-3.0 true
version orlower
ucp-2.2 true

{% if include.ui %} Docker Universal Control Plane provides built-in authentication and also integrates with LDAP directory services.

To enable LDAP and manage users and groups from your organization's directory, go to Admin > Admin Settings > Authentication and Authorization. [Learn how to integrate with an LDAP directory] (../configure/external-auth/index.md).

{% if include.version=="ucp-3.0" %} To use UCP built-in authentication, you must manually create users. New users are assigned a default permission level so that they can access the cluster. You can optionally grant them UCP administrator permissions.

To create a new user in the UCP web UI:

  1. Navigate to the Users page.
  2. Click Create User.
  3. Input username, password, and full name.
  4. Click Create.
  5. [optional] Check "Is a Docker EE Admin".

{: .with-border}

Check Is a Docker EE Admin to grant a user permission to change the cluster configuration and manage grants, roles, and collections.

{: .with-border}

{% elsif include.version=="ucp-2.2" %} To use UCP built-in authentication, you must manually create users. New users are assigned a default permission level so that they can access the swarm. You can optionally grant them UCP administrator permissions.

To create a new user in the UCP web UI:

  1. Navigate to the Users page.
  2. Click Create User.
  3. Input username, password, and full name.
  4. Click Create.
  5. [optional] Check "Is a UCP admin?".

{: .with-border}

Check Is a UCP admin? to grant a user permission to change the swarm configuration and manage grants, roles, and collections.

{: .with-border} {% endif %}

Where to go next