Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/documentation/admin/external-services.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,22 @@ Authorization: <ваш-api-token>
Authorization: Token <ваш-defectdojo-api-v2-key>
```

### Argo CD

**Тип авторизации:** Bearer Token (API-токен Argo CD).

**Заголовки:**

| Заголовок | Формат значения |
|-----------------|------------------|
| `Authorization` | `Bearer <токен>` |

**Пример:**

```sh
Authorization: Bearer <ваш-api-токен-argo-cd>
```

### Bitbucket

**Тип авторизации:** Bearer Token (Personal Access Token).
Expand Down
Loading