influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
72 stars 267 forks source link

fix(clustered): update admin token revocation steps #5612

Closed waynr closed 1 week ago

waynr commented 1 week ago

While validating this process for a customer support issue, I found that it wasn't enough merely to delete the rsa-keys secret and the key-gen-NNNNNNNN job.

In order for the admin token that I had initially retrieved from my cluster to stop working, I also had to delete the admin-token secret and the corresponding create-admin-token-NNNNNNN job to get a newly-generated admin token and cause the old admin token to be invalidated.