From dbcb5dcac2adea97deb9b3e235e27a84ff7fc56c Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 10 May 2024 15:21:30 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Scott Anderson --- api-docs/cloud-dedicated/management/openapi.yml | 2 +- .../influxdb/cloud-dedicated/admin/tokens/database/create.md | 2 +- content/influxdb/clustered/admin/tokens/database/create.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-docs/cloud-dedicated/management/openapi.yml b/api-docs/cloud-dedicated/management/openapi.yml index 4e05a682c..6cb4431ed 100644 --- a/api-docs/cloud-dedicated/management/openapi.yml +++ b/api-docs/cloud-dedicated/management/openapi.yml @@ -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. diff --git a/content/influxdb/cloud-dedicated/admin/tokens/database/create.md b/content/influxdb/cloud-dedicated/admin/tokens/database/create.md index d096e2524..69d1cbf11 100644 --- a/content/influxdb/cloud-dedicated/admin/tokens/database/create.md +++ b/content/influxdb/cloud-dedicated/admin/tokens/database/create.md @@ -61,7 +61,7 @@ or the [Management HTTP API](influxdb/cloud-dedicated/api/management/) to create 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: diff --git a/content/influxdb/clustered/admin/tokens/database/create.md b/content/influxdb/clustered/admin/tokens/database/create.md index fa97d01e7..d31450ed0 100644 --- a/content/influxdb/clustered/admin/tokens/database/create.md +++ b/content/influxdb/clustered/admin/tokens/database/create.md @@ -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: