Reputation: 317
Do we have any mechanism to allow user's to pull specified images only by using same Azure container registry.
As an example, let's say we have 2 clients ([email protected], [email protected]) and 3 images (image A, Image B, Image C) in the same azure container registry (mydomain.azurecr.io).
Scenario
[email protected] allow to pull image A, Image B, from ACR (mydomain.azurecr.io) and restrict to pull Image C.
[email protected] to allow Image C from ACR (mydomain.azurecr.io) and restrict to pull image A, Image B.
Please refer the below diagram,
Upvotes: 1
Views: 337
Reputation: 31424
No, you cannot achieve it in ACR. ACR only support to set permissions in the ACR level, not in the repositories.
Upvotes: 1