docs(influxdb3): add prerequisites and clarify token usage options

pull/6069/head
meelahme 2025-05-15 10:47:39 -07:00
parent 5522673052
commit 4dd5726417
1 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,13 @@ data and resources in your InfluxDB 3 instance.
> Token metadata includes the hashed token string.
> InfluxDB 3 does not store the raw token string.
To run the following examples, you must set the `INFLUXDB3_AUTH_TOKEN` environment variable with a valid InfluxDB {{% token-link "admin" %}}. {{% show-in "enterprise" %}}Alternatively use a token with read permission on the `_internal` system database.{{% /show-in %}} Use one of the following methods to set or include your token:
## Prerequisites
Before running the following examples, obtain a valid InfluxDB {{% token-link "admin" %}}.
{{% show-in "enterprise" %}}Alternatively, use a token with read access to the `_internal` system database.{{% /show-in %}}
Use one of the following methods to provide your token:
{{% code-placeholders "your-token" %}}