DCA · Question #80
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 the user directly to the list of users with…
The correct answer is A. Yes. In Docker Trusted Registry, explicitly assigning a user read/write permissions under a repository's Permissions tab grants them the specified access to that repository.
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 the user directly to the list of users with read/write access under the repository's Permissions tab.
Options
- AYes
- BNo
How the community answered
(20 responses)- A90% (18)
- B10% (2)
Why each option
In Docker Trusted Registry, explicitly assigning a user read/write permissions under a repository's Permissions tab grants them the specified access to that repository.
Docker Trusted Registry (DTR) supports granular permission management at the repository level. By directly adding a user to the 'Permissions' section of the `engineering/api` repository and granting them 'read/write' access, DTR will apply these specific permissions, thereby allowing the user to push and pull images from that repository.
DTR's permission model allows for explicit control, meaning that directly assigning read/write access to a repository through its Permissions tab is the standard method for granting such access.
Concept tested: Docker Trusted Registry (DTR) repository permissions
Source: https://docs.docker.com/trusted-registry/admin/manage-dtr-users-teams/
Topics
Community Discussion
No community discussion yet for this question.