-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Use common OIDC token env vars for live tests. #31335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
API change check API changes are not detected in this pull request. |
|
/azp run js - identity - tests |
|
Azure Pipelines failed to run 1 pipeline(s). |
da71231 to
e8fa4a8
Compare
|
/azp run js - identity - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run js - identity - tests-weekly |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run js - identity - tests-weekly |
|
Azure Pipelines successfully started running 1 pipeline(s). |
da45805 to
e316d64
Compare
e316d64 to
4105a67
Compare
|
/azp run js - identity - tests-weekly |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Hi @benbp. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
|
Hi @benbp. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
### Packages impacted by this PR `@azure/identity` `@azure/keyvault-admin` `@azure/keyvault-keys` ### Issues associated with this PR ### Describe the problem that is addressed by this PR Builds on previous work in #31335 This PR adds support for `PersistOidcToken` parameter passing, allowing one to refresh their credential using `Connect-AzAccount` or `az login`
Support oidc az cli login in post deploy scripts for multi-cloud. Requires Azure/azure-sdk-tools#9099