DrFaust92 / terraform-provider-bitbucket

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

Feature Request - Access Tokens #161

Open toriath opened 1 year ago

toriath commented 1 year ago

Hi,

Atlassian 'recently' added Access Tokens to Repositories, Projects and Workspaces. See f.e. https://support.atlassian.com/bitbucket-cloud/docs/repository-access-tokens/

I couldn't find a public API to create them without using their UI, but in case there is any or Atlassian decides to add one this would be a nice feature to have in this provider.

Currently we need to provision technical users for automated access on the repositories which not only count to the user limit, but are not really handy to work with as well.

a-nldisr commented 1 year ago

Checked for feature requests on making these API's public: https://jira.atlassian.com/browse/BCLOUD-22400?filter=98686&jql=project%20%3D%20BCLOUD%20AND%20resolution%20%3D%20Unresolved%20AND%20text%20~%20%22RAT%22%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC

See no feature request currently. What does the upstream label mean? @DrFaust92

DrFaust92 commented 1 year ago

@a-nldisr means were waiting for apis to be public