Skip to content

Commit 0e4be06

Browse files
committed
clarified cache guides about using admin tokens
1 parent 0bcdb3f commit 0e4be06

File tree

6 files changed

+12
-17
lines changed

6 files changed

+12
-17
lines changed

content/shared/influxdb3-admin/distinct-value-cache/create.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ to create a Distinct Value Cache (DVC). Provide the following:
66
associate the DVC with. You can also use the `INFLUXDB3_DATABASE_NAME`
77
environment variable to specify the database.
88
- **Token** (`--token`): _({{< req >}})_ Your {{< product-name >}}
9-
authentication token with write access to the specified table.
9+
admin authentication token.
1010
You can also use the `INFLUXDB3_AUTH_TOKEN` environment variable to specify
1111
the token.
1212
- **Table** (`-t`, `--table`): _({{< req >}})_ The name of the table to
@@ -74,8 +74,7 @@ Replace the following:
7474
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
7575
the name of the database to associate the DVC with
7676
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
77-
your {{< product-name >}} authentication token with write access to the
78-
specified database
77+
your {{< product-name >}} admin authentication token
7978
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}:
8079
the name of the table to associate the DVC with
8180
{{% show-in "enterprise" %}}

content/shared/influxdb3-admin/distinct-value-cache/delete.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ to delete a Distinct Value Cache (DVC). Provide the following:
55
- **Database** (`-d`, `--database`): _({{< req >}})_ The name of the database
66
that the DVC you want to delete is associated with. You can also use the
77
`INFLUXDB3_DATABASE_NAME` environment variable to specify the database.
8-
- **Token** (`--token`): _({{< req >}})_ Your {{< product-name >}}
9-
authentication token with write access to the specified database.
8+
- **Token** (`--token`): _({{< req >}})_ Your {{< product-name >}} admin
9+
authentication token.
1010
You can also use the `INFLUXDB3_AUTH_TOKEN` environment variable to specify
1111
the token.
1212
- **Table** (`-t`, `--table`): _({{< req >}})_ The name of the table that the
@@ -28,8 +28,7 @@ Replace the following:
2828
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
2929
the name of the database that the DVC you want to delete is associated with
3030
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
31-
your {{< product-name >}} authentication token with write access to the
32-
specified database
31+
your {{< product-name >}} admin authentication token
3332
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}:
3433
the name of the table associated with the DVC you want to delete
3534
- {{% code-placeholder-key %}}`DVC_NAME`{{% /code-placeholder-key %}}:

content/shared/influxdb3-admin/distinct-value-cache/show.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,4 @@ In the examples above, replace the following:
6565
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
6666
the name of the database to query system data from
6767
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
68-
your {{< product-name >}} authentication token with read access to the
69-
specified database
68+
your {{< product-name >}} admin authentication token

content/shared/influxdb3-admin/last-value-cache/create.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ to create a Last Value Cache (LVC). Provide the following:
55
- **Database** (`-d`, `--database`): _({{< req >}})_ The name of the database to
66
associate the LVC with. You can also use the `INFLUXDB3_DATABASE_NAME`
77
environment variable to specify the database.
8-
- **Token** (`--token`): _({{< req >}})_ Your {{< product-name >}}
9-
authentication token with write access to the specified table.
8+
- **Token** (`--token`): _({{< req >}})_ Your {{< product-name >}} admin
9+
authentication token.
1010
You can also use the `INFLUXDB3_AUTH_TOKEN` environment variable to specify
1111
the token.
1212
- **Table** (`-t`, `--table`): _({{< req >}})_ The name of the table to
@@ -85,8 +85,7 @@ Replace the following:
8585
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
8686
the name of the database to associate the LVC with
8787
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
88-
your {{< product-name >}} authentication token with write access to the
89-
specified database
88+
your {{< product-name >}} admin authentication token
9089
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}:
9190
the name of the table to associate the LVC with
9291
{{% show-in "enterprise" %}}

content/shared/influxdb3-admin/last-value-cache/delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ to delete a Last Value Cache (LVC). Provide the following:
55
- **Database** (`-d`, `--database`): _({{< req >}})_ The name of the database
66
that the LVC you want to delete is associated with. You can also use the
77
`INFLUXDB3_DATABASE_NAME` environment variable to specify the database.
8-
- **Token** (`--token`): _({{< req >}})_ Your {{< product-name >}}
9-
authentication token with write access to the specified database.
8+
- **Token** (`--token`): _({{< req >}})_ Your {{< product-name >}} admin
9+
authentication token.
1010
You can also use the `INFLUXDB3_AUTH_TOKEN` environment variable to specify
1111
the database.
1212
- **Table** (`-t`, `--table`): _({{< req >}})_ The name of the table that the

content/shared/influxdb3-admin/last-value-cache/show.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,4 @@ In the examples above, replace the following:
6464
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
6565
the name of the database to query system data from
6666
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
67-
your {{< product-name >}} authentication token with read access to the
68-
specified database
67+
your {{< product-name >}} admin authentication token

0 commit comments

Comments
 (0)