Skip to content

Commit 060b3aa

Browse files
authored
Remove references to type parameter for realms (#70011)
Type configuration parameter was removed in 7.0. This change cleans up some sentences where references to it had remained even after we removed the parameter itself.
1 parent 61f0c47 commit 060b3aa

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

docs/reference/settings/security-settings.asciidoc

+9-15
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,8 @@ realm without removing its configuration information. Defaults to `true`.
256256
[[ref-native-settings]]
257257
[discrete]
258258
===== Native realm settings
259-
For a native realm, the `type` must be set to `native`. In addition to the
260-
<<ref-realm-settings,settings that are valid for all realms>>, you can specify
261-
the following optional settings:
259+
In addition to the <<ref-realm-settings,settings that are valid for all realms>>,
260+
you can specify the following optional settings:
262261

263262
`cache.ttl`::
264263
(<<static-cluster-setting,Static>>)
@@ -290,8 +289,7 @@ Defaults to `true`.
290289
[discrete]
291290
===== File realm settings
292291

293-
The `type` setting must be set to `file`. In addition to the
294-
<<ref-realm-settings,settings that are valid for all realms>>, you can specify
292+
In addition to the <<ref-realm-settings,settings that are valid for all realms>>, you can specify
295293
the following settings:
296294

297295
`cache.ttl`::
@@ -323,8 +321,7 @@ Defaults to `true`.
323321
[discrete]
324322
===== LDAP realm settings
325323

326-
The `type` setting must be set to `ldap`. In addition to the
327-
<<ref-realm-settings>>, you can specify the following settings:
324+
In addition to the <<ref-realm-settings>>, you can specify the following settings:
328325

329326
`url`::
330327
(<<static-cluster-setting,Static>>)
@@ -648,9 +645,8 @@ Defaults to `true`.
648645
[discrete]
649646
===== Active Directory realm settings
650647

651-
The `type` setting must be set to `active_directory`. In addition to the
652-
<<ref-realm-settings,settings that are valid for all realms>>, you can specify
653-
the following settings:
648+
In addition to the <<ref-realm-settings,settings that are valid for all realms>>,
649+
you can specify the following settings:
654650

655651
`url`::
656652
(<<static-cluster-setting,Static>>)
@@ -959,8 +955,7 @@ LDAP operation (such as `search`). Defaults to `true`.
959955
[discrete]
960956
===== PKI realm settings
961957

962-
The `type` setting must be set to `pki`. In addition to the
963-
<<ref-realm-settings,settings that are valid for all realms>>, you can specify
958+
In addition to the <<ref-realm-settings,settings that are valid for all realms>>, you can specify
964959
the following settings:
965960

966961
`username_pattern`::
@@ -1034,8 +1029,7 @@ Configuring authentication delegation for PKI realms>>.
10341029
[discrete]
10351030
===== SAML realm settings
10361031
// tag::saml-description-tag[]
1037-
The `type` setting must be set to `saml`. In addition to the
1038-
<<ref-realm-settings,settings that are valid for all realms>>, you can specify
1032+
In addition to the <<ref-realm-settings,settings that are valid for all realms>>, you can specify
10391033
the following settings.
10401034
// end::saml-description-tag[]
10411035

@@ -1499,7 +1493,7 @@ include::{es-repo-dir}/settings/common-defs.asciidoc[tag=ssl-cipher-suites-value
14991493
[[ref-kerberos-settings]]
15001494
===== Kerberos realm settings
15011495
// tag::kerberos-description-tag[]
1502-
For a Kerberos realm, the `type` must be set to `kerberos`. In addition to the
1496+
In addition to the
15031497
<<ref-realm-settings,settings that are valid for all realms>>, you can specify
15041498
the following settings:
15051499
// end::kerberos-description-tag[]

0 commit comments

Comments
 (0)