[DOCS] Added _xpack_security internal user (elastic/x-pack-elasticsearch#2541)

Original commit: elastic/x-pack-elasticsearch@d1c87af335
This commit is contained in:
Lisa Cawley 2017-09-18 13:32:11 -07:00 committed by GitHub
parent 5a090c14c1
commit 679ef6a744
1 changed files with 3 additions and 3 deletions

View File

@ -154,11 +154,11 @@ be set before the user can be used.
[[internal-users]] [[internal-users]]
=== Internal Users === Internal Users
{security} has two _internal_ users (`_system` and `_xpack`) that are {security} has three _internal_ users (`_system`, `_xpack`, and `_xpack_security`)
responsible for the operations that take place inside an Elasticsearch cluster. that are responsible for the operations that take place inside an {es} cluster.
These users are only used by requests that originate from within the cluster. These users are only used by requests that originate from within the cluster.
For this reason, they cannot be used to authenticate against the API, and there For this reason, they cannot be used to authenticate against the API and there
is no password to manage or reset. is no password to manage or reset.
From time-to-time you may find a reference to one of these users inside your From time-to-time you may find a reference to one of these users inside your