Azure Container Registry OIDC Login
Version updated for https://github.com/MicahWW/acr-oidc-login to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Azure Container Registry OIDC Login GitHub Action streamlines the process of securely logging into an Azure Container Registry (ACR) using OpenID Connect (OIDC), reducing the need for managing long-lived credentials. It automates authentication and integrates seamlessly with GitHub workflows, ensuring best practices for secure access. Key capabilities include support for service principal or managed identity authentication, proper handling of Docker CLI sessions to prevent credential leaks, and compatibility with Azure’s RBAC permissions.
What’s Changed
What’s Changed
- Bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in https://github.com/MicahWW/acr-oidc-login/pull/1
- Bump azure/login from 2.3.0 to 3.0.0 by @dependabot[bot] in https://github.com/MicahWW/acr-oidc-login/pull/2
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/MicahWW/acr-oidc-login/pull/1
Full Changelog: https://github.com/MicahWW/acr-oidc-login/compare/v1...v1.1.0