Add secret sync app connection permission set

This commit is contained in:
Carlos Monastyrski
2025-07-21 11:44:21 -03:00
parent ce877cd352
commit 5019918516

View File

@@ -47,6 +47,17 @@ Infisical supports the use of [API Tokens](https://support.atlassian.com/bitbuck
![Configure Permissions](/images/app-connections/bitbucket/step-4.png)
</Tab>
<Tab title="Secret Sync">
```
read:workspace:bitbucket
read:user:bitbucket
read:repository:bitbucket
read:pipeline:bitbucket
write:pipeline:bitbucket
admin:workspace:bitbucket
admin:pipeline:bitbucket
```
</Tab>
</Tabs>
Click **Next**.