Skip to content

Commit

Permalink
[DOCS] Removes realm type security setting (#50001)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 10, 2019
1 parent 6b8c642 commit c24613b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace in `elasticsearch.yml`. For example:
----------------------------------------
xpack.security.authc.realms:
native.realm1:
native.realm1: <1>
order: 0
...
Expand All @@ -195,6 +195,9 @@ xpack.security.authc.realms:
...
...
----------------------------------------
<1> Specifies the type of realm (for example, `native`, `ldap`,
`active_directory`, `pki`, `file`, `kerberos`, `saml`) and the realm name. This
information is required.

The valid settings vary depending on the realm type. For more
information, see <<setting-up-authentication>>.
Expand All @@ -203,9 +206,6 @@ information, see <<setting-up-authentication>>.
[[ref-realm-settings]]
===== Settings valid for all realms

`type`::
The type of the realm: `native`, `ldap`, `active_directory`, `pki`, or `file`. Required.

`order`::
The priority of the realm within the realm chain. Realms with a lower order are
consulted first. Although not required, use of this setting is strongly
Expand Down

0 comments on commit c24613b

Please sign in to comment.