Skip to content

Commit

Permalink
Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
JonCrowther committed Oct 31, 2023
1 parent cc3ee36 commit bf01719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference-guides/about-the-api/api-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ This setting is used by all kubeconfig tokens except those created by the CLI to

1. Set the `kubeconfig-generate-token` setting to `false`. This setting instructs Rancher to no longer automatically generate a token when a user clicks on download a kubeconfig file. Once this setting is deactivated, a generated kubeconfig will reference the [Rancher CLI](../cli-with-rancher/kubectl-utility.md#authentication-with-kubectl-and-kubeconfig-tokens-with-ttl) to retrieve a short-lived token for the cluster. When this kubeconfig is used in a client, such as `kubectl`, the Rancher CLI needs to be installed to complete the log in request.

<<<<<<< Updated upstream
2. Set the `kubeconfig-token-ttl-minutes` setting to the desired duration in minutes. By default, `kubeconfig-token-ttl-minutes` is 960 (16 hours).

=======
>>>>>>> Stashed changes
### Token Hashing

Users can enable token hashing, where tokens will undergo a one-way hash using the SHA256 algorithm. This is a non-reversible process, once enabled, this feature cannot be disabled. It is advisable to take backups prior to enabling and/or evaluating in a test environment first.
Expand Down

0 comments on commit bf01719

Please sign in to comment.