Skip to content

Commit 89ddfc7

Browse files
committed
Update set-up-git-provider-authentication-for-choreo-deployments.md
1 parent 5344172 commit 89ddfc7

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

en/pe-docs/docs/infrastructure/credentials/set-up-git-provider-authentication-for-choreo-deployments.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You can connect Bitbucket, GitLab, Azure DevOps repositories to Choreo organizat
2222

2323
Authorizing Choreo as a GitHub application grants Choreo the following permissions to perform the respective actions on your behalf within the repository:
2424

25-
| Permission | Read | Write | Description |
26-
| ------------ | ---- | ----- | --------------------------------------------------------- |
27-
| Issues | Y | N | Read component ID label to filter the pull requests |
28-
| Metadata | Y | N | List repositories |
29-
| Contents | Y | Y | List branches and create a branch to commit sample code |
30-
| Pull Request | Y | Y | Create a pull request if you start with a Choreo sample |
31-
| Webhooks | Y | Y | Trigger automatic deployment and configuration generation |
25+
|Permission | Read| Write| Description |
26+
|-------------|-----|------|-----------------------------------------------------------------------|
27+
|Issues | Y | N | Read component ID label to filter the pull requests |
28+
|Metadata | Y | N | List repositories |
29+
|Contents | Y | Y | List branches and create a branch to commit sample code |
30+
|Pull Request | Y | Y | Create a pull request if you start with a Choreo sample |
31+
|Webhooks | Y | Y | Trigger automatic deployment and configuration generation |
3232

3333
## Authorize Bitbucket with Choreo
3434

@@ -46,16 +46,16 @@ Authorizing using an API token from Bitbucket grants Choreo the following permis
4646

4747
Authorizing using a personal access token (PAT) obtained from your GitLab self-managed server grants Choreo the following permissions to perform the respective actions on your behalf within the repository.
4848

49-
| Permission | Description |
50-
| ---------- | --------------------------------------------------------------------------------------------------------------------------- |
51-
| API | Grants full read/write access to the API, covering all groups and projects, as well as read/write access to the repository. |
49+
|Permission | Description |
50+
|--------------|-------------------------------------------------------------------------------------|
51+
|API | Grants full read/write access to the API, covering all groups and projects, as well as read/write access to the repository.|
5252

5353
## Authorize Azure DevOps with Choreo
5454

5555
Authorizing Choreo using a Personal Access Token (PAT) from Azure DevOps grants Choreo the following permissions to perform actions on your behalf within the selected organization and project.
5656

57-
| Permission | Read | Write | Description |
58-
| ---------- | ---- | ----- | ------------------------------------------------------------------------------------------------- |
59-
| Project | Y | N | Read project metadata to identify and validate the selected Azure DevOps project |
60-
| Team | Y | N | Read team and organization-level information required for repository access |
61-
| Code | Y | Y | Read repository content and branches, and create branches or commits when initializing components |
57+
| Permission | Read | Write | Description |
58+
|--------------|------|-------|------------------------------------------------------------------------------------------------------ |
59+
| Project | Y | N | Read project metadata to identify and validate the selected Azure DevOps project |
60+
| Team | Y | N | Read team and organization-level information required for repository access |
61+
| Code | Y | Y | Read repository content and branches, and create branches or commits when initializing components |

0 commit comments

Comments
 (0)