-
Notifications
You must be signed in to change notification settings - Fork 32
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
bitbucket_branch_restriction users must not use username as it is deprecated and not obtainable #173
Comments
Due to this issue there is no other way to configure the allowed user on the branch restriction rather then just hardcode the |
The API does not seem to support
|
A small update, contacted Atlassian about this matter:
To keep this backwards compatible, and as the API still support post requests with |
Terraform Version
v1.5.5
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Instead of
user_name
the UUID or Atlassian ID schould be usedActual Behavior
The users username can not be obtained other than the user itself. There is no API endpoint providing this information anymore.
Steps to Reproduce
terraform apply
References
https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-gdpr/#removal-of-usernames-from-user-referencing-apis
The text was updated successfully, but these errors were encountered: