microsoft / azure-openai-service-proxy

The Azure AI proxy service facilitates easy access to Azure AI resources for workshops and hackathons. It offers a Playground-like interface and supports Azure AI SDKs. Access is granted through a time-limited API key and endpoint.
https://microsoft.github.io/azure-openai-service-proxy/
MIT License
58 stars 34 forks source link

Migrate from admin auth to Managed Identity for Container Registry #335

Open aaronpowell opened 2 months ago

aaronpowell commented 2 months ago

The Azure Container Registry that is deployed as part of the Bicep templates (which is in the default container-apps.bicep file) uses admin auth to authenticate rather than a managed identity.

This results in an S360 violation when deployed, as we should have admin auth disabled and instead use secret-less auth models.

Might require updated templates (see #325) before it can be done.