-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add instructions to authenticate to Azure Container Registry with workload identity #676
base: master
Are you sure you want to change the base?
docs: add instructions to authenticate to Azure Container Registry with workload identity #676
Conversation
fe9b054
to
b8171bd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #676 +/- ##
=======================================
Coverage 66.27% 66.27%
=======================================
Files 22 22
Lines 2150 2150
=======================================
Hits 1425 1425
Misses 591 591
Partials 134 134 ☔ View full report in Codecov by Sentry. |
236b924
to
92459cd
Compare
I just tested this, but the credentials are not picked up ( Edit:
|
I was able to test it successfully but I in addition to the 2 things you mentioned above about the To test it within the pod, I had to explicitly specify the path to the |
bab3611
to
a0591c6
Compare
…th workload identity Signed-off-by: Etienne Tremel <[email protected]>
Signed-off-by: Etienne Tremel <[email protected]>
a9703eb
to
194a433
Compare
This works if you only have a single ACR, it relies on the ACR being name being hard coded into a single Environment variable $ACR_NAME. This is not a viable solution for the project as a whole. As it's pretty common to have more that one Container Registry at an Org, usually with the same vendor. We need true support for Workload Identities in the project or Azure Container Registry push secrets. |
@etiennetremel where can I find the specific code that is responsible reacting upon the seemingly magic prefix Although if a code change is required we possibly can better include the azure workload identity logic. |
Add instructions to authenticate to Azure Container Registry with workload identity.
Closes #586, #550 and #473