Fix typo in allowed_uri_sans_template doctype (#15537)
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
parent
2b337b3be9
commit
59ccb9cc05
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue