From 59ccb9cc05ad9d9c8f0759e1e0ed2ced30bf8d37 Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Fri, 20 May 2022 12:23:50 -0400 Subject: [PATCH] Fix typo in allowed_uri_sans_template doctype (#15537) Signed-off-by: Alexander Scheel --- website/content/api-docs/secret/pki.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/secret/pki.mdx b/website/content/api-docs/secret/pki.mdx index 76b8dda5a..ebf9d449d 100644 --- a/website/content/api-docs/secret/pki.mdx +++ b/website/content/api-docs/secret/pki.mdx @@ -2148,7 +2148,7 @@ request is denied. a JSON string slice. Values can contain glob patterns (e.g. `spiffe://hostname/*`). -- `allowed_uri_sans_template` `()bool: false)` - When set, `allowed_uri_sans` +- `allowed_uri_sans_template` `(bool: false)` - When set, `allowed_uri_sans` may contain templates, as with [ACL Path Templating](/docs/concepts/policies). Non-templated domains are also still permitted.