[DOCS] Merges duplicate pages for native realms (#49198)
This commit is contained in:
parent
0e933a093d
commit
09a9ec4d23
|
@ -909,3 +909,14 @@ See <<docker-cli-run-dev-mode>>.
|
||||||
|
|
||||||
See <<analysis-dict-decomp-tokenfilter>> and
|
See <<analysis-dict-decomp-tokenfilter>> and
|
||||||
<<analysis-hyp-decomp-tokenfilter>>.
|
<<analysis-hyp-decomp-tokenfilter>>.
|
||||||
|
|
||||||
|
[role="exclude",id="configuring-native-realm"]
|
||||||
|
=== Configuring a native realm
|
||||||
|
|
||||||
|
See <<native-realm-configuration>>.
|
||||||
|
|
||||||
|
[role="exclude",id="native-settings"]
|
||||||
|
==== Native realm settings
|
||||||
|
|
||||||
|
See <<ref-native-settings>>.
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@ You can use the <<security-api-put-user,create user API>> to update everything
|
||||||
but a user's `username` and `password`. This API changes a user's password.
|
but a user's `username` and `password`. This API changes a user's password.
|
||||||
|
|
||||||
For more information about the native realm, see
|
For more information about the native realm, see
|
||||||
<<realms>> and <<configuring-native-realm>>.
|
<<realms>> and <<native-realm>>.
|
||||||
|
|
||||||
|
|
||||||
[[security-api-change-password-path-params]]
|
[[security-api-change-password-path-params]]
|
||||||
|
|
|
@ -22,7 +22,7 @@ privilege.
|
||||||
==== {api-description-title}
|
==== {api-description-title}
|
||||||
|
|
||||||
For more information about the native realm, see
|
For more information about the native realm, see
|
||||||
<<realms>> and <<configuring-native-realm>>.
|
<<realms>> and <<native-realm>>.
|
||||||
|
|
||||||
[[security-api-clear-role-cache-path-params]]
|
[[security-api-clear-role-cache-path-params]]
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
|
@ -31,7 +31,7 @@ To change a user's password, use the
|
||||||
<<security-api-change-password, change password API>>.
|
<<security-api-change-password, change password API>>.
|
||||||
|
|
||||||
For more information about the native realm, see
|
For more information about the native realm, see
|
||||||
<<realms>> and <<configuring-native-realm>>.
|
<<realms>> and <<native-realm>>.
|
||||||
|
|
||||||
[[security-api-put-user-path-params]]
|
[[security-api-put-user-path-params]]
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
|
@ -21,7 +21,7 @@ Deletes users from the native realm.
|
||||||
==== {api-description-title}
|
==== {api-description-title}
|
||||||
|
|
||||||
For more information about the native realm, see
|
For more information about the native realm, see
|
||||||
<<realms>> and <<configuring-native-realm>>.
|
<<realms>> and <<native-realm>>.
|
||||||
|
|
||||||
[[security-api-delete-user-path-params]]
|
[[security-api-delete-user-path-params]]
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
|
@ -27,7 +27,7 @@ revoke a user's access to {es}. To re-enable a user, there is an
|
||||||
<<security-api-enable-user,enable users API>>.
|
<<security-api-enable-user,enable users API>>.
|
||||||
|
|
||||||
For more information about the native realm, see
|
For more information about the native realm, see
|
||||||
<<realms>> and <<configuring-native-realm>>.
|
<<realms>> and <<native-realm>>.
|
||||||
|
|
||||||
[[security-api-disable-user-path-params]]
|
[[security-api-disable-user-path-params]]
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
|
@ -26,7 +26,7 @@ By default, when you create users, they are enabled. You can use this enable
|
||||||
users API and the <<security-api-disable-user,disable users API>> to change that attribute.
|
users API and the <<security-api-disable-user,disable users API>> to change that attribute.
|
||||||
|
|
||||||
For more information about the native realm, see
|
For more information about the native realm, see
|
||||||
<<realms>> and <<configuring-native-realm>>.
|
<<realms>> and <<native-realm>>.
|
||||||
|
|
||||||
[[security-api-enable-user-path-params]]
|
[[security-api-enable-user-path-params]]
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
|
@ -25,7 +25,7 @@ Retrieves information about users in the native realm and built-in users.
|
||||||
==== {api-description-title}
|
==== {api-description-title}
|
||||||
|
|
||||||
For more information about the native realm, see
|
For more information about the native realm, see
|
||||||
<<realms>> and <<configuring-native-realm>>.
|
<<realms>> and <<native-realm>>.
|
||||||
|
|
||||||
[[security-api-get-user-path-params]]
|
[[security-api-get-user-path-params]]
|
||||||
==== {api-path-parms-title}
|
==== {api-path-parms-title}
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
[role="xpack"]
|
|
||||||
[[configuring-native-realm]]
|
|
||||||
=== Configuring a native realm
|
|
||||||
|
|
||||||
The easiest way to manage and authenticate users is with the internal `native`
|
|
||||||
realm.
|
|
||||||
|
|
||||||
The native realm is available by default when no other realms are
|
The native realm is available by default when no other realms are
|
||||||
configured. If other realm settings have been configured in `elasticsearch.yml`,
|
configured. If other realm settings have been configured in `elasticsearch.yml`,
|
||||||
you must add the native realm to the realm chain.
|
you must add the native realm to the realm chain.
|
||||||
|
@ -45,6 +38,3 @@ hash algorithm. To use different hash algorithms, see <<hashing-settings>>.
|
||||||
|
|
||||||
. Restart {es}.
|
. Restart {es}.
|
||||||
|
|
||||||
. Manage your users in {kib} on the *Management / Security / Users* page.
|
|
||||||
Alternatively, use the <<security-api-users,User Management APIs>>.
|
|
||||||
|
|
||||||
|
|
|
@ -7,15 +7,9 @@ realm. You can use the REST APIs or Kibana to add and remove users, assign user
|
||||||
roles, and manage user passwords.
|
roles, and manage user passwords.
|
||||||
|
|
||||||
[[native-realm-configuration]]
|
[[native-realm-configuration]]
|
||||||
[float]
|
|
||||||
==== Configuring a native realm
|
==== Configuring a native realm
|
||||||
|
|
||||||
See {ref}/configuring-native-realm.html[Configuring a native realm].
|
include::configuring-native-realm.asciidoc[]
|
||||||
|
|
||||||
[[native-settings]]
|
|
||||||
==== Native realm settings
|
|
||||||
|
|
||||||
See {ref}/security-settings.html#ref-native-settings[Native realm settings].
|
|
||||||
|
|
||||||
[[managing-native-users]]
|
[[managing-native-users]]
|
||||||
==== Managing native users
|
==== Managing native users
|
||||||
|
|
|
@ -76,7 +76,7 @@ your subscription. For more information, see https://www.elastic.co/subscription
|
||||||
** <<configuring-file-realm,File realms>>
|
** <<configuring-file-realm,File realms>>
|
||||||
** <<configuring-kerberos-realm,Kerberos realms>>
|
** <<configuring-kerberos-realm,Kerberos realms>>
|
||||||
** <<configuring-ldap-realm,LDAP realms>>
|
** <<configuring-ldap-realm,LDAP realms>>
|
||||||
** <<configuring-native-realm,Native realms>>
|
** <<native-realm,Native realms>>
|
||||||
** <<configuring-pki-realm,PKI realms>>
|
** <<configuring-pki-realm,PKI realms>>
|
||||||
** <<configuring-saml-realm,SAML realms>>
|
** <<configuring-saml-realm,SAML realms>>
|
||||||
|
|
||||||
|
@ -148,7 +148,6 @@ include::securing-communications/separating-node-client-traffic.asciidoc[]
|
||||||
include::authentication/configuring-active-directory-realm.asciidoc[]
|
include::authentication/configuring-active-directory-realm.asciidoc[]
|
||||||
include::authentication/configuring-file-realm.asciidoc[]
|
include::authentication/configuring-file-realm.asciidoc[]
|
||||||
include::authentication/configuring-ldap-realm.asciidoc[]
|
include::authentication/configuring-ldap-realm.asciidoc[]
|
||||||
include::authentication/configuring-native-realm.asciidoc[]
|
|
||||||
include::authentication/configuring-pki-realm.asciidoc[]
|
include::authentication/configuring-pki-realm.asciidoc[]
|
||||||
include::authentication/configuring-saml-realm.asciidoc[]
|
include::authentication/configuring-saml-realm.asciidoc[]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue