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.
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)- A8% (4)
- B92% (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.
Adding a user to an organization in DTR does not inherently grant them access to repositories; repository permissions are granularly managed via teams.
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
Community Discussion
No community discussion yet for this question.