-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update testkube integration docs (#3414)
* chore: update testkube integration docs * Apply suggestions from code review Co-authored-by: Julianne Fermi <[email protected]> * added PR suggestion --------- Co-authored-by: Julianne Fermi <[email protected]>
- Loading branch information
1 parent
cab0d5d
commit ac1257f
Showing
3 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
id: environment-tokens | ||
title: Environment Tokens | ||
description: Environment Tokens are strings used to authenticate Tracetest CLI against an organization and environment. | ||
hide_table_of_contents: false | ||
keywords: | ||
- tracetest | ||
- trace-based testing | ||
- observability | ||
- distributed tracing | ||
- testing | ||
image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg | ||
--- | ||
|
||
Environment Tokens are strings used to authenticate the Tracetest CLI against an organization and environment. | ||
|
||
![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1701296331/docs/environment-tokens_gkt9kx.png) | ||
|
||
These tokens are used to configure the Tracetest CLI in environment where you cannot login with user interaction, like CI/CD environments. | ||
|
||
Create a new token by clicking on the `Create a new token` button, choosing a name, role and expiration and then clicking on `Create`. This will create a token that you can copy and use to configure Tracetest CLI with: | ||
|
||
```bash | ||
tracetest configure --token {ADD_YOUR_TOKEN_HERE} | ||
``` | ||
|
||
One example of this usage can be seen [here](https://github.com/kubeshop/tracetest/blob/main/.github/workflows/scheduled-jobs.yml#L23). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters