From d6ca85d37a74c36d4150496378e4c52c69cc3128 Mon Sep 17 00:00:00 2001 From: Nora Date: Wed, 1 May 2019 11:50:19 -0700 Subject: [PATCH] Added generating token from UI --- content/v2.0/users/tokens/create-token.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/v2.0/users/tokens/create-token.md b/content/v2.0/users/tokens/create-token.md index d16b0da44..e0f6373e9 100644 --- a/content/v2.0/users/tokens/create-token.md +++ b/content/v2.0/users/tokens/create-token.md @@ -20,7 +20,12 @@ command line interface (CLI). {{< nav-icon "settings" >}} 2. Click **Tokens**. -3. _Full instructions coming soon._ +3. Click the **+ Generate** dropdown in the upper right 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 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. +5. Click **Save**. ## Create a token using the influx CLI