Skip to content

Commit 99b8500

Browse files
[DOCS] Add missing xpack security setting (#91995) (#92044)
* [DOCS] Add missing xpack security setting * [DOCS] CR feedback for missing xpack security setting * Update docs/reference/settings/security-settings.asciidoc Co-authored-by: Abdon Pijpelink <[email protected]> Co-authored-by: Abdon Pijpelink <[email protected]> Co-authored-by: Anthony McGlone <[email protected]>
1 parent e840e9d commit 99b8500

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/reference/settings/security-settings.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ starting {es} for the first time, which means that you must
4545
<<manually-configure-security,manually configure security>>.
4646
--
4747

48+
`xpack.security.enrollment.enabled`::
49+
(<<static-cluster-setting,Static>>)
50+
Defaults to `false`. Controls enrollment (of nodes and {kib}) to a local node
51+
that's been <<configuring-stack-security, autoconfigured for security>>.
52+
When set to `true`, the local node can generate new enrollment tokens. Existing
53+
tokens can be used for enrollment if they are still valid.
54+
+
55+
--
56+
The security autoconfiguration process will set this to `true` unless
57+
an administrator sets it to `false` before starting {es}.
58+
--
59+
4860
`xpack.security.hide_settings`::
4961
(<<static-cluster-setting,Static>>)
5062
A comma-separated list of settings that are omitted from the results of the

0 commit comments

Comments
 (0)