-
Notifications
You must be signed in to change notification settings - Fork 14
Support workload identity federation and service principals #50
Conversation
Any chance this can get a review? |
@Botje Please pull the latest changes from main branch |
0305a2c
to
36b4329
Compare
I made the changes you suggested. Do you think it is worth creating a test for the "no |
@Botje I am just curious, are there any github actions that have used @azure/identity sdk to authenticate to azure? I see most of them recommend the use of @Azure/login. |
I cannot find an NPM package named If you prefer that can be added as a fourth authentication mechanism. |
Hello @Botje we are deprecating this Github action. We recommend using Azure CLI action instead. Follow this guideline to https://learn.microsoft.com/en-us/azure/azure-app-configuration/push-kv-github-action on how to set it up. I am going to go ahead and close this pull request. |
This PR adds support for using App Config with a federated identity and service principals. (via client secret)
The necessary inputs are styled after Azure/login.