udpated nav references in token docs
parent
addbdecb8b
commit
633609a9d5
|
|
@ -16,15 +16,14 @@ command line interface (CLI).
|
|||
|
||||
## Create a token in the InfluxDB UI
|
||||
|
||||
1. Click the **Load Data** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Tokens**.
|
||||
|
||||
{{< nav-icon "disks" >}}
|
||||
|
||||
2. Click **Tokens**.
|
||||
3. Click **{{< icon "plus" >}} Generate** and select a token type
|
||||
2. Click **{{< icon "plus" >}} Generate** and select a token type
|
||||
(**Read/Write Token** or **All Access Token**).
|
||||
4. In the window that appears, enter a description for your token in the **Description** field.
|
||||
5. If generating a **read/write token**:
|
||||
3. In the window that appears, enter a description for your token in the **Description** field.
|
||||
4. If generating a **read/write token**:
|
||||
- Search for and select buckets to read from in the **Read** pane.
|
||||
- Search for and select buckets to write to in the **Write** pane.
|
||||
5. Click **Save**.
|
||||
|
|
|
|||
|
|
@ -17,12 +17,11 @@ have access to your InfluxDB instance.
|
|||
|
||||
## Delete tokens in the InfluxDB UI
|
||||
|
||||
1. Click the Click the **Load Data** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Tokens**.
|
||||
|
||||
{{< nav-icon "disks" >}}
|
||||
|
||||
2. Click **Tokens**. All of your account's tokens appear.
|
||||
3. Hover over the token you want to delete and click **Delete** and **Confirm**.
|
||||
2. Hover over the token you want to delete and click **Delete** and **Confirm**.
|
||||
|
||||
## Delete tokens using the influx CLI
|
||||
|
||||
|
|
|
|||
|
|
@ -15,19 +15,17 @@ Update an authentication token's description using the InfluxDB user interface (
|
|||
|
||||
## Update a token in the InfluxDB UI
|
||||
|
||||
1. Click the **Load Data** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Tokens**.
|
||||
|
||||
{{< nav-icon "disks" >}}
|
||||
|
||||
2. Click **Tokens**. All of your account's tokens appear.
|
||||
3. Click the pencil icon {{< icon "pencil" >}} next to the token's name in the **Description** column.
|
||||
4. Update the token description, then click anywhere else to save.
|
||||
2. Click the pencil icon {{< icon "pencil" >}} next to the token's name in the **Description** column.
|
||||
3. Update the token description, then click anywhere else to save.
|
||||
|
||||
## Enable or disable a token
|
||||
|
||||
1. Click the **Load Data** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Tokens**.
|
||||
|
||||
{{< nav-icon "disks" >}}
|
||||
|
||||
2. Click **Tokens**. All of your account's tokens appear.
|
||||
3. Click the **{{< icon "toggle-green" >}} Status** toggle.
|
||||
2. Click the **{{< icon "toggle-green" >}} Status** toggle.
|
||||
|
|
|
|||
|
|
@ -16,12 +16,11 @@ command line interface (CLI).
|
|||
|
||||
## View tokens in the InfluxDB UI
|
||||
|
||||
1. Click the **Load Data** icon in the navigation bar.
|
||||
1. In the navigation menu on the left, select **Data (Load Data)** > **Tokens**.
|
||||
|
||||
{{< nav-icon "disks" >}}
|
||||
|
||||
2. Click **Tokens**. All of your account's tokens appear.
|
||||
3. Click a token name from the list to view the token and a summary of access permissions.
|
||||
2. Click a token name from the list to view the token and a summary of access permissions.
|
||||
|
||||
## View tokens using the influx CLI
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue