Update create-token.md

pull/206/head
noramullen1 2019-05-01 13:49:15 -07:00 committed by GitHub
parent d6ca85d37a
commit 82a78b420f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ menu:
name: Create a token
parent: Manage tokens
weight: 201
draft: true
---
Create authentication tokens using the InfluxDB user interface (UI) or the `influx`
@ -24,7 +23,7 @@ command line interface (CLI).
4. In the window that appears, enter a description for your token in the **Description** field.
5. If you're generating a read/write token:
- Search for and select buckets to read from in the **Read** pane.
- Search for and select buckets to write from in the **Write** pane.
- Search for and select buckets to write to in the **Write** pane.
5. Click **Save**.
## Create a token using the influx CLI