Fix typo in allowed_uri_sans_template doctype (#15537)

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
Alexander Scheel 2022-05-20 12:23:50 -04:00 committed by GitHub
parent 2b337b3be9
commit 59ccb9cc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2148,7 +2148,7 @@ request is denied.
a JSON string slice. Values can contain glob patterns (e.g. a JSON string slice. Values can contain glob patterns (e.g.
`spiffe://hostname/*`). `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). may contain templates, as with [ACL Path Templating](/docs/concepts/policies).
Non-templated domains are also still permitted. Non-templated domains are also still permitted.