Skip to content

Commit

Permalink
docs: updated docs for gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
omri2001 committed Nov 30, 2024
1 parent 6bd7257 commit 48a770a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/configuration/health_check.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Health Check

currently not supported for gitlab / bitbucket

The following examples shows a health check being executed every 1 minute as configured in the helm chart under `livenessProbe`, and triggered by `/healthz` endpoint:

```yaml
Expand Down
7 changes: 4 additions & 3 deletions docs/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ Also configure you organization (Github), workspace (Bitbucket) or group (Gitlab

#### Git Token Permissions

The token should have access for creating webhooks and read repositories content.
For GitHub, configure `admin:org` and `write:org` permissions in Classic Token.
For Bitbucket, configure `Repositories:read`, `Webhooks:read and write` and `Pull requests:read` permissions (for multiple repos use workspace token).
The token should have access for creating webhooks and read repositories content.</br>
<b>For GitHub</b>, configure `admin:org` and `write:org` permissions in Classic Token. </br>
<b>For Bitbucket</b>, configure `Repositories:read`, `Webhooks:read and write` and `Pull requests:read` permissions (for multiple repos use workspace token). </br>
<b>For Gitlab</b>, configure `read_api`, `write_repository` and `api` (for multiple repos use group token with owner role). </br>

#### Token

Expand Down

0 comments on commit 48a770a

Please sign in to comment.