-
Notifications
You must be signed in to change notification settings - Fork 283
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
Manage PAT tokens through terraform provider #1090
Comments
@joewragg I am working on adding this functionality which does not exist in the azuredevops-go-api library but I have a PR pending full end-to-end testing and review. |
This one might be more difficult than expected. I have successfully tested the API functionality but the method of Authentication is a bit tricky. This feature currently requires an OAuth Token running on behalf of a Service Principal/User. I will need some time to figure out how to generate those for testing. |
Thanks good to hear it's being looked at 👍 |
Hey everyone, I was wondering if there are any news about the ability to create a PAT via the azuredevops provider? |
@Alepernicolo I think it's possible, but not how I was attempting to do it in my fork. Unfortunately my ability to do any extra work has pretty much disappeared. There is a pattern to make calls to the API without updating the library, but I haven't done any testing that this approach will work. There is also some difficulty making the call because it requires an interesting On-Behalf-Of Authentication Flow to execute. |
Community Note
Description
It would be very useful to my organisation if were able to manage PAT tokens in Azure DevOps through this terraform provider. Especially since they expire and a PAT token is required to run the provider in the first place.
New or Affected Resource(s)
N/A
Potential Terraform Configuration
References
None
The text was updated successfully, but these errors were encountered: