From 55b9eb30cd4f332a27f622fe33a8ded1d54381a5 Mon Sep 17 00:00:00 2001 From: "Luis (LT) Carbonell" Date: Tue, 6 Sep 2022 15:00:21 -0500 Subject: [PATCH] docs: update token type for auth enable CLI command (#17026) * docs: update token type for enable * update --- website/content/docs/commands/auth/enable.mdx | 3 +++ website/content/docs/commands/auth/tune.mdx | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/docs/commands/auth/enable.mdx b/website/content/docs/commands/auth/enable.mdx index ce438bb5b8..fd0409f332 100644 --- a/website/content/docs/commands/auth/enable.mdx +++ b/website/content/docs/commands/auth/enable.mdx @@ -85,3 +85,6 @@ flags](/docs/commands) included on all commands. - `-seal-wrap` `(bool: false)` - Enable seal wrapping for the mount, causing values stored by the mount to be wrapped by the seal's encryption capability. + +- `-token-type` `(string: "")` - Specifies the type of tokens that should be + returned by the auth method. diff --git a/website/content/docs/commands/auth/tune.mdx b/website/content/docs/commands/auth/tune.mdx index 9f7e1550de..1045e7a2c8 100644 --- a/website/content/docs/commands/auth/tune.mdx +++ b/website/content/docs/commands/auth/tune.mdx @@ -82,5 +82,4 @@ flags](/docs/commands) included on all commands. specified by providing this option multiple times, each time with 1 key. - `-token-type` `(string: "")` - Specifies the type of tokens that should be - returned by the auth method. Note that multiple keys may be - specified by providing this option multiple times, each time with 1 key. + returned by the auth method.