DCA · Question #153
Is this a function of UCP? Solution: image role-based access control
The correct answer is B. No. Docker Universal Control Plane (UCP) does not directly provide image role-based access control, but rather provides RBAC for cluster resources, and DTR handles image-level access.
Question
Is this a function of UCP? Solution: image role-based access control
Options
- AYes
- BNo
How the community answered
(44 responses)- A11% (5)
- B89% (39)
Why each option
Docker Universal Control Plane (UCP) does not directly provide image role-based access control, but rather provides RBAC for cluster resources, and DTR handles image-level access.
UCP provides RBAC for managing access to the cluster and its deployed resources, not for controlling access to individual Docker images in a registry.
While UCP provides role-based access control (RBAC) for managing access to cluster resources (like services, stacks, and nodes) and the UCP interface itself, it does not directly manage RBAC for individual images stored in a registry. Image-specific RBAC, such as who can push/pull specific images, is typically a feature of a Docker registry like Docker Trusted Registry (DTR).
Concept tested: Docker UCP capabilities, RBAC
Source: https://docs.docker.com/ee/ucp/
Topics
Community Discussion
No community discussion yet for this question.