Update index.mdx

This commit is contained in:
Brian Kassouf 2020-03-30 16:32:24 -07:00 committed by GitHub
parent 3d3114b0c5
commit b6f8fcb164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ This endpoint creates or updates a named role.
the type is `ca`, an empty list does not allow any user; instead you must use
`*` to enable this behavior.
- `allowed_users_template` `(bool: false)` - If set, allowed_users can be specified
using identity template policies. Non-templated users are also permitted.
- `allowed_domains` `(string: "")`  The list of domains for which a client can
request a host certificate. If this option is explicitly set to `"*"`, then
credentials can be created for any domain. See also `allow_bare_domains` and