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
@@ -19,7 +19,7 @@ Once you connect your Git repository to Choreo, you can build, deploy, and manag
19
19
3. In the left navigation menu, click **Settings**. This opens the organization-level settings page.
20
20
4. Click the **Credentials** tab.
21
21
5. Click **+Add Credentials** to configure the Git repository connection.
22
-
6. Enter a **Credential Name**, select the Git provider, and enter the **Personal Access Token** you obtained from the Git provider.
22
+
6. Enter a **Credential Name**, select the Git provider, and enter the **Credential** you obtained from the Git provider.
23
23
7. Click **Save**.
24
24
25
25
## Authorize GitHub with Choreo
@@ -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.
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
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
# Set Up Git Provider Authentication for Choreo Deployments
2
2
3
-
Choreo enables you to develop components by connecting your GitHub, Bitbucket, GitLab or Azure DevOps repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Choreo, you can automate tasks and optimize workflows across multiple systems, all within the Choreo platform. Choreo currently supports GitHub, Bitbucket, GitLab and Azure DevOps as Git providers.
3
+
Choreo enables you to develop components by connecting your GitHub, Bitbucket, GitLab or Azure DevOps repository. You have the flexibility to either connect an existing repository or start with an empty repository and commit the source code later. By integrating your repositories with Choreo, you can automate tasks and optimize workflows across multiple systems, all within the Choreo platform. Choreo currently supports GitHub, Bitbucket, GitLab and Azure DevOps as Git providers.
4
4
5
5
!!! tip
6
6
Choreo supports both Bitbucket Server and Bitbucket Cloud. The currently supported Bitbucket Server version is 8.9.2.
7
7
8
-
In Choreo, you can connect a Git repository that contains some source code or a Docker project. Once you connect your Git repository to Choreo, you can build, deploy, and manage your application easily with choreo-console.
8
+
In Choreo, you can connect a Git repository that contains some source code or a Docker project. Once you connect your Git repository to Choreo, you can build, deploy, and manage your application easily with choreo-console.
9
9
10
10
## Connect a Git repository to Choreo
11
11
12
-
You can connect Bitbucket, GitLab, Azure DevOps 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, Azure DevOps repositories to Choreo organization using access tokens (API tokens for Bitbucket, Personal access tokens for GitLab, Azure DevOps). 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
-
2. In the Choreo Console header, go to the **Organization** list and select your organization.
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.
19
-
7. Click **Save**.
15
+
2. In the Choreo Console header, go to the **Organization** list and select your organization.
16
+
3. In the left navigation menu, click **Infrastructure** and then click **Credentials**.
17
+
4. Under **Git Credentials** tab, click **+Add Credentials** to configure the Git repository connection.
18
+
5. Enter a **Credential Name**, select the Git provider, and enter the **Credential** you obtained from the Git provider.
19
+
6. Click **Save**.
20
20
21
-
## Authorize GitHub with Choreo
21
+
## Authorize GitHub with Choreo
22
22
23
23
Authorizing Choreo as a GitHub application grants Choreo the following permissions to perform the respective actions on your behalf within the repository:
24
24
@@ -30,17 +30,17 @@ Authorizing Choreo as a GitHub application grants Choreo the following permissio
30
30
|Pull Request | Y | Y | Create a pull request if you start with a Choreo sample |
31
31
|Webhooks | Y | Y | Trigger automatic deployment and configuration generation |
32
32
33
-
34
33
## Authorize Bitbucket with Choreo
35
34
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.
35
+
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