Add Azure authentication action #43
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces a new GitHub Action for authenticating with Microsoft Azure and updates the documentation to support its usage. The main focus is to enable workflows to authenticate with Azure either via service principal credentials or workload identity (OIDC), enhancing flexibility and security for Azure-related CI/CD tasks.
Azure Authentication Action Addition
auth-azure-action, which supports authentication to Azure using either service principal credentials or workload identity (OIDC). The action validates input parameters and uses the appropriate authentication method based on provided inputs, then optionally logs in to Azure Container Registry. (auth-azure-action/action.yml)Documentation Updates
README.mdto document the newauth-azure-action, including usage instructions for both authentication methods and an example workflow for each. [1] [2]AZURE_CREDENTIALS,AZURE_CLIENT_ID,AZURE_TENANT_ID,AZURE_SUBSCRIPTION_ID) to the documentation to help users configure their repositories correctly.Change management
See project labels for change classification and risk.
Change reason?
Please describe the reason for the change here.
Change rollback plan?
If nothing else is specified, the change will be rolled back by reverting the commit.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also
list any relevant details for your test configuration