Skip to content

Commit d016166

Browse files
committed
[DOCS] Removes realm type security setting (#50001)
1 parent da8fecd commit d016166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ namespace in `elasticsearch.yml`. For example:
184184
----------------------------------------
185185
xpack.security.authc.realms:
186186
187-
native.realm1:
187+
native.realm1: <1>
188188
order: 0
189189
...
190190
@@ -197,6 +197,9 @@ xpack.security.authc.realms:
197197
...
198198
...
199199
----------------------------------------
200+
<1> Specifies the type of realm (for example, `native`, `ldap`,
201+
`active_directory`, `pki`, `file`, `kerberos`, `saml`) and the realm name. This
202+
information is required.
200203

201204
The valid settings vary depending on the realm type. For more
202205
information, see {stack-ov}/setting-up-authentication.html[Setting up authentication].
@@ -205,9 +208,6 @@ information, see {stack-ov}/setting-up-authentication.html[Setting up authentica
205208
[[ref-realm-settings]]
206209
===== Settings valid for all realms
207210

208-
`type`::
209-
The type of the realm: `native`, `ldap`, `active_directory`, `pki`, or `file`. Required.
210-
211211
`order`::
212212
The priority of the realm within the realm chain. Realms with a lower order are
213213
consulted first. Although not required, use of this setting is strongly

0 commit comments

Comments
 (0)