Support Azure DevOps Git authentication via azure identity library #30541
dsteeley
started this conversation in
Suggest an Idea
Replies: 2 comments 2 replies
-
How long are such tokens valid for? |
Beta Was this translation helpful? Give feedback.
1 reply
-
See #30930 for a generic approach to this. An alternative would be to support commonly used libraries "first class" by adding awareness of them to Renovate, such as hostType=azure-identity |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Azure Devops auth via azure identity
It's possible to use the azure identity library to generate Bearer tokens that can be used for Azure DevOps git operations.
Would you be open to a PR expanding Renovate's Azure DevOps support to include authenticating with the azure_identity library.
This would support self-hosted scenarios where the environment is already authenticated removing the need for passing long lived secrets to the pipeline.
Beta Was this translation helpful? Give feedback.
All reactions