From 9a4de34dce5239c428f263a22e01beee7689d48f Mon Sep 17 00:00:00 2001 From: Yoko Date: Thu, 10 Jan 2019 07:39:20 -0800 Subject: [PATCH] Allowed characters in paths (#6015) --- website/source/api/system/auth.html.md | 2 ++ website/source/api/system/mounts.html.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/website/source/api/system/auth.html.md b/website/source/api/system/auth.html.md index bbfed8136..5139a984e 100644 --- a/website/source/api/system/auth.html.md +++ b/website/source/api/system/auth.html.md @@ -69,6 +69,8 @@ For example, enable the "foo" auth method will make it accessible at - `path` `(string: )` – Specifies the path in which to enable the auth method. This is part of the request URL. + !> **NOTE:** Use ASCII printable characters to specify the desired path. + - `description` `(string: "")` – Specifies a human-friendly description of the auth method. diff --git a/website/source/api/system/mounts.html.md b/website/source/api/system/mounts.html.md index b420559a4..e76ecd546 100644 --- a/website/source/api/system/mounts.html.md +++ b/website/source/api/system/mounts.html.md @@ -70,6 +70,8 @@ This endpoint enables a new secrets engine at the given path. - `path` `(string: )` – Specifies the path where the secrets engine will be mounted. This is specified as part of the URL. + !> **NOTE:** Use ASCII printable characters to specify the desired path. + - `type` `(string: )` – Specifies the type of the backend, such as "aws". @@ -110,8 +112,8 @@ This endpoint enables a new secrets engine at the given path. `pki` backends. This is only available in Vault Enterprise. - `options` `(map: nil)` - Specifies mount type specific options - that are passed to the backend. - + that are passed to the backend. + *Key/Value (KV)* - `version` `(string: "1")` - The version of the KV to mount. Set to "2" for mount KV v2.