Azure Container Registry Managed Identity #24909
pietervincken
started this conversation in
Suggest an Idea
Replies: 2 comments 2 replies
-
This needs some more research and details before it can more from requirements->ready |
Beta Was this translation helpful? Give feedback.
1 reply
-
In case anyone stumbles across this, one way to solve this without an admin user is to create a scope map on the ACR using a wildcard selector for repositories and grant the two read permissions. Then create a token using the scope map you just created. Last step, create a password for that token. You get two passwords so you can rotate them and set expiration dates. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like Renovate to be able to do?
Using a managed identity to authenticate towards the Azure Container Registry for looking up images.
If you have any ideas on how this should be implemented, please tell us here.
A similar approach could be used to what's already been done for AWS. The username and password method could be preceded by a check for ACR repositories (they have a distinct domain) and could be authenticated up front through a call through the Azure SDK to detect authentication methods.
Is this a feature you are interested in implementing yourself?
No
Beta Was this translation helpful? Give feedback.
All reactions