Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
164 stars 112 forks source link

Expose dSTS-based endpoint for ACR authentication #677

Closed kaitlynyang closed 1 year ago

kaitlynyang commented 1 year ago

What is the problem you're trying to solve My team is currently using the ACR supported username/password authentication model as a stopgap solution to read Docker credentials, where these credentials are stored in AKV. However, our service should not depend on AKV, and would like to also find a way to authenticate without needing an AAD token, which is needed for most of the AAD auth methods that are currently supported.

Describe the solution you'd like We're wondering if other mechanisms such as dSTS could be supported for 1P applications through exposing a dSTS-based endpoint.

terencet-dev commented 1 year ago

Closing this issue as we have a separate email thread about this