From bf0171924c810e504de024c507ee7a8c4b83c977 Mon Sep 17 00:00:00 2001 From: Jonathan Crowther Date: Tue, 31 Oct 2023 09:54:47 -0400 Subject: [PATCH] Remove unnecessary step --- docs/reference-guides/about-the-api/api-tokens.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference-guides/about-the-api/api-tokens.md b/docs/reference-guides/about-the-api/api-tokens.md index 5fe8a0eb5a42..5aaf665d60bb 100644 --- a/docs/reference-guides/about-the-api/api-tokens.md +++ b/docs/reference-guides/about-the-api/api-tokens.md @@ -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.