From 89b3cc978b006a633901a442a4860f3aace14789 Mon Sep 17 00:00:00 2001 From: lostsquirrel Date: Wed, 23 Dec 2020 16:48:01 +0800 Subject: [PATCH] change token_id to token-id --- content/en/docs/concepts/configuration/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index aa50bc6df5..3674c3ce4c 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -358,7 +358,7 @@ data: A bootstrap type Secret has the following keys specified under `data`: -- `token_id`: A random 6 character string as the token identifier. Required. +- `token-id`: A random 6 character string as the token identifier. Required. - `token-secret`: A random 16 character string as the actual token secret. Required. - `description`: A human-readable string that describes what the token is used for. Optional.