You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/developer-docs/docs/develop-components/develop-components-with-git.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,14 +88,15 @@ Choreo lets you automatically pull the latest versions of Git submodules from th
88
88
89
89
## Authorize Bitbucket with Choreo
90
90
91
-
Authorizing using a personal access token (PAT) from Bitbucket grants Choreo the following permissions to perform the respective actions on your behalf within the repository.
|Account | Y | N | Get user information and workspace details |
96
-
|Repositories | Y | Y | List branches and create a branch to commit sample code |
97
-
|Pull Requests | Y | Y | Create a pull request if you start with a Choreo sample |
98
-
|Webhooks | Y | Y | Trigger automatic deployment and configuration generation |
91
+
Authorizing using an API token from Bitbucket grants Choreo the following permissions to perform the respective actions on your behalf within the repository.
Copy file name to clipboardExpand all lines: en/pe-docs/docs/infrastructure/credentials/set-up-git-provider-authentication-for-choreo-deployments.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ In Choreo, you can connect a Git repository that contains some source code or a
9
9
10
10
## Connect a Git repository to Choreo
11
11
12
-
You can connect Bitbucket, Gitlab repositories to choreo organization using a Personal Access Token(PAT). For github, the developers can install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps) during component creation and get necessary permissions via Github itself.
12
+
You can connect Bitbucket, Gitlab repositories to choreo organization using credential tokens (API tokens for Bitbucket, Personal access tokens for GitLab). For github, the developers can install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps) during component creation and get necessary permissions via Github itself.
13
13
14
14
1. Sign in to the [Choreo Console](https://console.choreo.dev/).
15
15
2. In the Choreo Console header, go to the **Organization** list and select your organization.
16
16
3. In the left navigation menu, click **Infrastructure** and then click **Credentials**.
17
-
5. Under **Git Credentials** tab, click **+Import Credentials** to configure the Git repository connection.
18
-
6. Enter a **Credential Name**, select the Git provider, and enter the **Personal Access Token** you obtained from the Git provider.
17
+
5. Under **Git Credentials** tab, click **+Add Credentials** to configure the Git repository connection.
18
+
6. Enter a **Credential Name**, select the Git provider, and enter the **Credential Token** you obtained from the Git provider.
19
19
7. Click **Save**.
20
20
21
21
## Authorize GitHub with Choreo
@@ -33,14 +33,15 @@ Authorizing Choreo as a GitHub application grants Choreo the following permissio
33
33
34
34
## Authorize Bitbucket with Choreo
35
35
36
-
Authorizing using a personal access token (PAT) from Bitbucket grants Choreo the following permissions to perform the respective actions on your behalf within the repository.
36
+
Authorizing using an API token from Bitbucket grants Choreo the following permissions to perform the respective actions on your behalf within the repository.
0 commit comments