Skip to content

Commit

Permalink
doc: add a note on the best practice for API token usage
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Wieczorek <[email protected]>
  • Loading branch information
pawiecz committed Jul 26, 2023
1 parent 66dc425 commit 15c745b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ file which provides environment variables for the Docker containers:
echo "KCI_API_TOKEN=<your token>" >> .env
```

> **Note** Admin API token created in the previous section can be used for
> initial Pipeline instance testing. In production environment the best
> practice would be to create a separate (non-admin) user with required scopes
> and generate a new API token for that user.
### Start docker-compose

Then the pipeline can simply be started with docker-compose:
Expand Down

0 comments on commit 15c745b

Please sign in to comment.