From f9d5ab06279561b61dd23d08af9bb077717ffd16 Mon Sep 17 00:00:00 2001 From: Jonas Steinberg Date: Wed, 15 Sep 2021 09:29:37 -0500 Subject: [PATCH] add 'the' to 'without restarting [the] API server' from Static Token File section smol. --- content/en/docs/reference/access-authn-authz/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/authentication.md b/content/en/docs/reference/access-authn-authz/authentication.md index 70d416af60..b1e51f55c5 100644 --- a/content/en/docs/reference/access-authn-authz/authentication.md +++ b/content/en/docs/reference/access-authn-authz/authentication.md @@ -104,7 +104,7 @@ See [Managing Certificates](/docs/tasks/administer-cluster/certificates/) for ho ### Static Token File The API server reads bearer tokens from a file when given the `--token-auth-file=SOMEFILE` option on the command line. Currently, tokens last indefinitely, and the token list cannot be -changed without restarting API server. +changed without restarting the API server. The token file is a csv file with a minimum of 3 columns: token, user name, user uid, followed by optional group names.