Add note about user-specific tokens (addresses #1028 )
parent
add52cfbee
commit
3987e698fc
|
@ -14,6 +14,11 @@ weight: 201
|
|||
Create authentication tokens using the InfluxDB user interface (UI) or the `influx`
|
||||
command line interface (CLI).
|
||||
|
||||
|
||||
Tokens are visible only to the user who created them and stop working when the user is deactivated. We recommend creating a generic IT user to create and manage tokens for writing data.
|
||||
|
||||
##
|
||||
|
||||
## Create a token in the InfluxDB UI
|
||||
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Tokens**.
|
||||
|
|
|
@ -14,6 +14,10 @@ weight: 202
|
|||
View authentication tokens using the InfluxDB user interface (UI) or the `influx`
|
||||
command line interface (CLI).
|
||||
|
||||
{{% note %}}
|
||||
Tokens are visible only to the user who created them and stop working when the user is deactivated. We recommend creating a generic IT user to create and manage tokens for writing data.
|
||||
{{% note %}}
|
||||
|
||||
## View tokens in the InfluxDB UI
|
||||
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Tokens**.
|
||||
|
|
Loading…
Reference in New Issue