DrFaust92 / terraform-provider-bitbucket

Terraform Bitbucket Cloud provider.
https://registry.terraform.io/providers/drfaust92/bitbucket
Mozilla Public License 2.0
36 stars 29 forks source link

document repo group permissions oauth limitation #184

Closed giveadamakick closed 7 months ago

giveadamakick commented 7 months ago

Using the bitbucket_repository_group_permission resource when authenticating with Bitbucket using OAuth gives a 403 error. It only works when authenticating via an app password.

This PR documents this limitation.