-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(concepts): add org tokens (#3871)
- Loading branch information
1 parent
a60d427
commit ff5e921
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
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,34 @@ | ||
--- | ||
id: organization-tokens | ||
title: Organization Tokens | ||
description: Organization Tokens are strings used to authenticate Tracetest CLI against an organization and the environments and resources within the organization. | ||
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 | ||
--- | ||
|
||
Organization Tokens are strings used to authenticate Tracetest CLI against an organization and the environments and resources within the organization. | ||
|
||
![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1716818893/docs/app.tracetest.io_organizations_ttorg_e66318ba6544b856_tokens_veklnd.png) | ||
|
||
These tokens are used to configure environments with the Tracetest CLI. You can configure detailed environment automation with an organization token. | ||
|
||
Create a new token by clicking on the `Create a new token` button, choosing a name, role and expiration and then clicking on `Create`. | ||
|
||
![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1716819703/docs/app.tracetest.io_organizations_ttorg_e66318ba6544b856_tokens_1_mx7cr1.png) | ||
|
||
Two roles are available: | ||
|
||
- **Admin** - This token will enable authenticating both the CLI and Tracetest Agent with a single token. | ||
- **Agent** - Thsi token will only be for authenticating and running the Tracetest Agent. | ||
|
||
This will create a token that you can copy and use to configure Tracetest CLI with: | ||
|
||
```bash | ||
tracetest configure --token {ADD_YOUR_TOKEN_HERE} | ||
``` |
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