Merge pull request #1054 from influxdata/user-specific-tokens

Add note about user-specific tokens (addresses #1028 )
pull/1168/head
noramullen1 2020-06-30 12:56:10 -07:00 committed by GitHub
commit fd1da23d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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**.

View File

@ -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**.