Skip to content

Commit 53a635a

Browse files
Mention missing "_storage" internal user in docs (elastic#97814)
This PR adds missing `_storage` internal user to the `internal-users.asciidoc`. This user was added in 8.9.0 version.
1 parent af3cbe7 commit 53a635a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

x-pack/docs/en/security/authentication/internal-users.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
NOTE: These users are designed for internal use by {es} only. Authenticating with these users is not supported.
66

7-
The {stack-security-features} use five _internal_ users (`_system`, `_xpack`,
8-
`_xpack_security`, `_async_search`, and `_security_profile`), which are responsible for the operations
9-
that take place inside an {es} cluster.
7+
The {stack-security-features} use six _internal_ users (`_system`, `_xpack`,
8+
`_xpack_security`, `_async_search`, `_security_profile` and `_storage`),
9+
which are responsible for the operations that take place inside an {es} cluster.
1010

1111
These users are only used by requests that originate from within the cluster.
1212
For this reason, they cannot be used to authenticate against the API and there

0 commit comments

Comments
 (0)