nerdexam
Docker

DCA · Question #81

You add a new user to the engineering organization in DTR. Will this action grant them read/write access to the engineering/api repository? Solution: Add them to a team in the engineering…

The correct answer is B. No. Adding a user directly to a DTR organization does not automatically grant repository access; DTR manages repository permissions through teams within an organization.

Submitted by anna_se· Apr 18, 2026Security

Question

You add a new user to the engineering organization in DTR. Will this action grant them read/write access to the engineering/api repository? Solution: Add them to a team in the engineering organization that has read/write access to the engineering/api repository.

Options

  • AYes
  • BNo

How the community answered

(49 responses)
  • A
    8% (4)
  • B
    92% (45)

Why each option

Adding a user directly to a DTR organization does not automatically grant repository access; DTR manages repository permissions through teams within an organization.

AYes

Adding a user to an organization in DTR does not inherently grant them access to repositories; repository permissions are granularly managed via teams.

BNoCorrect

Docker Trusted Registry (DTR) uses teams within organizations to manage permissions for repositories. Adding a user to an organization makes them a member, but their specific repository access is determined by the teams they belong to and the permissions assigned to those teams for particular repositories.

Concept tested: DTR user and team permissions

Source: https://docs.docker.com/datacenter/dtr/2.7/guides/admin/configure/create-and-manage-teams/

Topics

#DTR permissions#User access control#Organizational teams#Repository access

Community Discussion

No community discussion yet for this question.

Full DCA Practice