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
parent
b6f96f7e1e
commit
fdd97071ba
|
@ -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 %}}
|
||||
|
||||
---
|
||||
|
|
|
@ -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 %}}
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue