anXler
anXler

Reputation: 317

Account based image pull permission in Azure Container Registry

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).

Please refer the below diagram,

diagram

Upvotes: 1

Views: 337

Answers (1)

Charles Xu
Charles Xu

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

Related Questions