-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add Service Principal Authentication methods #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the description has "No" checked on "brings in crypto library" but I think you are bringing crypto library, right?
Whoops, missing a question header there from the template. Fixed to indicate no breaking changes. |
All Submissions:
What about the current behavior has changed?
Allows the terraform provider to authenticate to azure devops through a service principal using a variety of authentication methods: client secret, client certificate, GitHub Actions OIDC tokens, Terraform Cloud OIDC tokens, & any other OIDC token provided directly as an attribute
Does this introduce a change to
go.mod
,go.sum
orvendor/
?Brings in the Azure Go SDK & some crypto libraries.
Does this introduce a breaking change?