Docker EE administrators can create grants to control how users and organizations access resource sets.

A grant defines who has how much access to what resources. Each grant is a 1:1:1 mapping of subject, role, and resource set. For example, you can grant the “Prod Team” “Restricted Control” over services in the “/Production” collection.

A common workflow for creating grants has four steps:

Kubernetes grants

With Kubernetes orchestration, a grant is made up of subject, role, and namespace.

This section assumes that you have created objects for the grant: subject, role, namespace.

To create a Kubernetes grant in UCP:

  1. Click Grants under User Management.
  2. Click Create Grant.
  3. Click Namespaces under Kubernetes.
  4. Find the desired namespace and click Select Namespace.
  5. On the Roles tab, select a role.
  6. On the Subjects tab, select a user, team, organization, or service account to authorize.
  7. Click Create.

Swarm grants

With Swarm orchestration, a grant is made up of subject, role, and collection.

This section assumes that you have created objects to grant: teams/users, roles (built-in or custom), and a collection.

To create a grant in UCP:

  1. Click Grants under User Management.
  2. Click Create Grant.
  3. On the Collections tab, click Collections (for Swarm).
  4. Click View Children until you get to the desired collection and Select.
  5. On the Roles tab, select a role.
  6. On the Subjects tab, select a user, team, or organization to authorize.
  7. Click Create.

By default, all new users are placed in the docker-datacenter organization. To apply permissions to all Docker EE users, create a grant with the docker-datacenter org as a subject.

Where to go next