Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/5466/head
parent
e16405282d
commit
dbcb5dcac2
|
@ -1010,7 +1010,7 @@ paths:
|
|||
|
||||
### Notable behaviors
|
||||
|
||||
- InfluxDB might take some time--from a few seconds to a few minutes-- to activate and synchronize new tokens. If a new database token doesn't immediately work (you receive a `401 Unauthorized` error) for querying or writing, wait and then try your request again.
|
||||
- InfluxDB might take some time--from a few seconds to a few minutes--to activate and synchronize new tokens. If a new database token doesn't immediately work (you receive a `401 Unauthorized` error) for querying or writing, wait and then try your request again.
|
||||
|
||||
- Token strings are viewable _only_ on token creation and aren't stored by InfluxDB; you can't recover a lost token.
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ or the [Management HTTP API](influxdb/cloud-dedicated/api/management/) to create
|
|||
|
||||
<!------------------------------- BEGIN INFLUXCTL ----------------------------->
|
||||
Use the [`influxctl token create` command](/influxdb/cloud-dedicated/reference/cli/influxctl/token/create/)
|
||||
to create a token that grants access to databases in your {{% product-name omit="Clustered" %}} cluster.
|
||||
to create a token that grants access to databases in your {{% product-name omit=" Clustered" %}} cluster.
|
||||
|
||||
1. If you haven't already, [download and install the `influxctl` CLI](/influxdb/cloud-dedicated/reference/cli/influxctl/#download-and-install-influxctl), and then [configure an `influxctl` connection profile](/influxdb/cloud-dedicated/reference/cli/influxctl/#configure-connection-profiles) for your cluster.
|
||||
2. In your terminal, run the `influxctl token create` command and provide the following:
|
||||
|
|
|
@ -24,7 +24,7 @@ alt_links:
|
|||
---
|
||||
|
||||
Use the [`influxctl token create` command](/influxdb/clustered/reference/cli/influxctl/token/create/)
|
||||
tto create a token that grants access to databases in your {{% product-name omit="Clustered" %}} cluster.
|
||||
to create a token that grants access to databases in your {{% product-name omit=" Clustered" %}} cluster.
|
||||
|
||||
1. If you haven't already, [download and install the `influxctl` CLI](/influxdb/clustered/reference/cli/influxctl/#download-and-install-influxctl).
|
||||
2. In your terminal, run the `influxctl token create` command and provide the following:
|
||||
|
|
Loading…
Reference in New Issue