login
login copied to clipboard
Connect to Azure
OIDC represents a big improvement in terms of security by reducing the risk of leaked credentials, and at [polyseam/cndi](https://github.com/polyseam/cndi) we want to bring that value to our users. In our...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
# Used version `Download action repository 'azure/login@v2' (SHA:6c251865b4e6290e7b78be643ea2d005bc51f69a)` which points to [Release v2.1.1](https://github.com/Azure/login/releases/tag/v2.1.1). # Issue description In the workflow I have the following code: ```yaml ... - name: Login to...
The content of this action's README is conflicting with [official guidance on MS Learn](https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure-openid-connect) regarding the use of user-assigned managed identities (UAMI). The documentation listed above gives example of workflow...
With the release of `v2.2.0` the post step has changed when it runs. Previously it was usually the last step in a job but now it is running earlier than...