fix(mono): get-started suggestions

jts-monolith-tokens
Jason Stirnaman 2025-04-14 22:16:36 -05:00
parent 86713e2ecb
commit 6161025dca
2 changed files with 4 additions and 4 deletions

View File

@ -227,7 +227,7 @@ After you have [started the server](#start-influxdb), you can create and manage
With authentication enabled, you must provide a token to access server actions. With authentication enabled, you must provide a token to access server actions.
An {{% product-name %}} instance can have one _admin token_, which grants access to all CLI actions and API endpoints. An {{% product-name %}} instance can have one _admin token_, which grants access to all CLI actions and API endpoints.
When you create a token, InfluxDB 3 returns a token string in clear text When you create a token, InfluxDB 3 returns a token string in plain text
that you use to authenticate CLI commands and API requests. that you use to authenticate CLI commands and API requests.
Securely store your token, as you won't be able to retrieve it later. Securely store your token, as you won't be able to retrieve it later.
@ -243,7 +243,7 @@ To have the `influxdb3` CLI use your admin token automatically, assign it to the
#### Create an admin token #### Create an admin token
To create an admin token, use the `influxdb3 create token` subcommand and pass the `--admin` flag--for example: To create an admin token, use the `influxdb3 create token --admin` subcommand--for example:
```bash ```bash
influxdb3 create token --admin \ influxdb3 create token --admin \

View File

@ -246,7 +246,7 @@ With authentication enabled, you must provide a token to access server actions.
- Database tokens are scoped to a specific database and grant access to write and query data in that database. You can create multiple resource tokens for different databases - Database tokens are scoped to a specific database and grant access to write and query data in that database. You can create multiple resource tokens for different databases
- System tokens grant read access to system information and metrics for the server - System tokens grant read access to system information and metrics for the server
When you create a token, InfluxDB 3 returns a token string in clear text When you create a token, InfluxDB 3 returns a token string in plain text
that you use to authenticate CLI commands and API requests. that you use to authenticate CLI commands and API requests.
Securely store your token, as you won't be able to retrieve it later. Securely store your token, as you won't be able to retrieve it later.
@ -262,7 +262,7 @@ To have the `influxdb3` CLI use your admin token automatically, assign it to the
#### Create an admin token #### Create an admin token
To create an admin token, use the `influxdb3 create token` subcommand and pass the `--admin` flag--for example: To create an admin token, use the `influxdb3 create token --admin` subcommand--for example:
```bash ```bash
influxdb3 create token --admin \ influxdb3 create token --admin \