fix: remove static token permissions verbiage (#5224)

This removes a section from the Dedicated and Clustered docs that says
that token permissions cannot be updated since influxctl now supports
token updates.
pull/5225/head
Dustin Eaton 2023-11-08 17:21:29 -06:00 committed by GitHub
parent b6f96f7e1e
commit fdd97071ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -30,12 +30,6 @@ to perform administrative actions.
Token strings are returned _only_ on token creation.
We recommend storing database tokens in a **secure secret store**.
For example, see how to [authenticate Telegraf using tokens in your OS secret store](https://github.com/influxdata/telegraf/tree/master/plugins/secretstores/os).
#### Tokens cannot be updated
Once created, token permissions cannot be updated.
If you need a token with different permissions, create a token with the
appropriate permissions.
{{% /note %}}
---

View File

@ -28,12 +28,6 @@ to perform administrative actions.
Token strings are returned _only_ on token creation.
We recommend storing database tokens in a **secure secret store**.
For example, see how to [authenticate Telegraf using tokens in your OS secret store](https://github.com/influxdata/telegraf/tree/master/plugins/secretstores/os).
#### Tokens cannot be updated
Once created, token permissions cannot be updated.
If you need a token with different permissions, create a token with the
appropriate permissions.
{{% /note %}}
---