-
Notifications
You must be signed in to change notification settings - Fork 160
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 Azure DevOps Server and Azure DevOps Services as valid OAuth client service providers #99
Conversation
…nt service providers
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.
LGTM!
@svanharmelen @sudomateo asking for a rereview since we are now REQUIRING private_key for ado_server |
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.
This looks good to me.
I think we could avoid ForceNew: true
on the private key field with a little more work, but it's up to y'all whether you think that's worth it or not.
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.
I must admit I don't know Azure DevOps that well, but if this is required on their side I guess this makes sense. If it doesn't then I doubt if we should make it required...
As for the ordering, it's just my OCD kicking in trying to keep things consistent 😉
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.
Co-Authored-By: Krista LaFentres <[email protected]>
Description
This adds support for using Azure DevOps Server and Azure DevOps Services as valid OAuth client service providers.
Depends on this go-tfe PR being merged first.Also depends on this go-tfe PR being mergedTesting
cp $GOPATH/bin/terraform-provider-tfe ~/.terraform.d/plugins/