Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Removes realm type security setting #50001

Merged
merged 1 commit into from
Dec 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/reference/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ namespace in `elasticsearch.yml`. For example:
----------------------------------------
xpack.security.authc.realms:

native.realm1:
native.realm1: <1>
order: 0
...

Expand All @@ -201,6 +201,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 @@ -209,9 +212,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