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: docs/user-guide/global-configurations/gitops.md
+31-8Lines changed: 31 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,11 @@ Users need to have super-admin permission to configure GitOps.
17
17
18
18
1. Go to **Global Configurations** → **GitOps**
19
19
20
-

20
+

21
21
22
22
2. Select any one of the [supported Git providers](#supported-git-providers) to configure GitOps.
23
23
24
-

24
+

25
25
26
26
{% hint style="warning" %}
27
27
The Git provider you select for configuring GitOps might impact the following sections:
@@ -79,7 +79,7 @@ Below are the Git providers supported in Devtron for storing configuration files
79
79
*[GitHub](#github)
80
80
*[GitLab](#gitlab)
81
81
*[Azure](#azure)
82
-
*[Bitbucket Cloud](#bitbucket-cloud)
82
+
*[Bitbucket](#bitbucket)
83
83
84
84
### GitHub
85
85
@@ -96,7 +96,7 @@ Fill the following mandatory fields:
96
96
| --- | --- |
97
97
|**Git Host**| Shows the URL of GitHub, e.g., https://github.com/|
98
98
|**GitHub Organisation Name**| Enter the GitHub organization name. <br />If you do not have one, refer [how to create organization in Github](#how-to-create-organization-in-github). |
99
-
|**GitHub Username**| Provide the username of your GitHub account.|
99
+
|**GitHub Username**| Provide the username of your GitHub account |
100
100
|**Personal Access Token**| Provide your personal access token (PAT). It is used as an alternate password to authenticate your GitHub account. <br />If you do not have one, create a GitHub PAT [here](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token).|
101
101
102
102
@@ -137,7 +137,13 @@ Fill the following mandatory fields:
137
137
|**Azure DevOps Username***| Provide the username of your Azure DevOps account |
138
138
|**Azure DevOps Access Token***| Provide your Azure DevOps access token. It is used as an alternate password to authenticate your Azure DevOps account. <br />If you do not have one, create a Azure DevOps access token [here](https://docs.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=preview-page). |
139
139
140
-
### Bitbucket Cloud
140
+
### Bitbucket
141
+
142
+
Here, you get 2 options:
143
+
*[Bitbucket Cloud](#bitbucket-cloud) - Select this if you wish to store GitOps configuration in a web-based Git repository hosting service offered by Bitbucket.
144
+
*[Bitbucket Data Center](#bitbucket-data-center) - Select this if you wish to store GitOps configuration in a git repository hosted on a self-managed Bitbucket Data Center (on-prem).
145
+
146
+
#### Bitbucket Cloud
141
147
142
148
{% hint style="info" %}
143
149
### Prerequisite
@@ -147,20 +153,37 @@ Fill the following mandatory fields:
147
153
148
154
{% endhint %}
149
155
156
+

157
+
150
158
Fill the following mandatory fields:
151
159
152
160
| Field | Description |
153
161
| --- | --- |
154
162
|**Bitbucket Host**| Shows the URL of Bitbucket Cloud, e.g., https://bitbucket.org/|
155
-
|**Bitbucket Workspace ID**| Enter the Bitbucket workspace ID. <br />If you do not have one, refer [Bitbucket Workspace Id](#how-to-create-bitbucket-workspace-id).|
163
+
|**Bitbucket Workspace ID**| Enter the Bitbucket workspace ID. <br />If you do not have one, refer [Bitbucket Workspace Id](#how-to-create-bitbucket-workspace-id)|
164
+
|**Bitbucket Project Key**| Enter the Bitbucket project key. <br />If you do not have one, refer [Bitbucket Project Key](https://support.atlassian.com/bitbucket-cloud/docs/group-repositories-into-projects/). <br />Note: If the project is not provided, the repository is automatically assigned to the oldest project in the workspace. |
156
165
|**Bitbucket Username***| Provide the username of your Bitbucket account |
157
166
|**Personal Access Token**| Provide your personal access token (PAT). It is used as an alternate password to authenticate your Bitbucket Cloud account. <br />If you do not have one, create a Bitbucket Cloud PAT [here](https://support.atlassian.com/bitbucket-cloud/docs/app-passwords/). |
158
167
159
-
Fill the optional field if needed:
168
+
#### Bitbucket Data Center
169
+
170
+
{% hint style="info" %}
171
+
### Prerequisite
172
+
173
+
A Bitbucket Data Center account
174
+
175
+
{% endhint %}
176
+
177
+

178
+
179
+
Fill the following mandatory fields:
160
180
161
181
| Field | Description |
162
182
| --- | --- |
163
-
|**Bitbucket Project Key**| Enter the Bitbucket project key. <br />If you do not have one, refer [Bitbucket Project Key](https://support.atlassian.com/bitbucket-cloud/docs/group-repositories-into-projects/). <br />Note: If the project is not provided, the repository is automatically assigned to the oldest project in the workspace. |
183
+
|**Bitbucket Host**| Enter the URL address of your Bitbucket Data Center, e.g., https://bitbucket.mycompany.com|
184
+
|**Bitbucket Project Key**| Enter the Bitbucket project key. Refer [Bitbucket Project Key](https://confluence.atlassian.com/bitbucketserver/creating-projects-776639848.html). |
185
+
|**Bitbucket Username***| Provide the username of your Bitbucket Data Center account |
186
+
|**Password**| Provide the password to authenticate your Bitbucket Data Center account |
0 commit comments