From 5019918516dcbdc6926a7871ab09763b44b87fd3 Mon Sep 17 00:00:00 2001 From: Carlos Monastyrski Date: Mon, 21 Jul 2025 11:44:21 -0300 Subject: [PATCH] Add secret sync app connection permission set --- docs/integrations/app-connections/bitbucket.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/integrations/app-connections/bitbucket.mdx b/docs/integrations/app-connections/bitbucket.mdx index e4f9ae29f..20923122e 100644 --- a/docs/integrations/app-connections/bitbucket.mdx +++ b/docs/integrations/app-connections/bitbucket.mdx @@ -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) + + ``` + read:workspace:bitbucket + read:user:bitbucket + read:repository:bitbucket + read:pipeline:bitbucket + write:pipeline:bitbucket + admin:workspace:bitbucket + admin:pipeline:bitbucket + ``` + Click **Next**.