Skip to content

Commit

Permalink
[7.14] [DOCS] Update security deprecation message in migration guide (#…
Browse files Browse the repository at this point in the history
…82816) (#82860)

* [DOCS] Update security deprecation message in migration guide (#82816)

* [DOCS] Update security deprecation message in migration guide

* Update deprecation description

Co-authored-by: Fabio Busatto <[email protected]>

Co-authored-by: Fabio Busatto <[email protected]>

* Modifying link to external format to fix build issue

Co-authored-by: Fabio Busatto <[email protected]>
  • Loading branch information
Adam Locke and bytebilly authored Jan 20, 2022
1 parent 5ad80c2 commit 97f5a08
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions docs/reference/migration/migrate_7_14.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,28 @@ Discontinue use of the `type` parameter in `geo_bounding_box` queries.

[discrete]
[[implicitly-disabled-security]]
.The default behavior of disabling security on basic and trial licenses is deprecated
.Having security disabled by default on basic and trial licenses is deprecated.
[%collapsible]
====
*Details* +
Currently, security features are disabled when operating on a basic or trial
license when `xpack.security.enabled` has not been explicitly set to `true`.
This behavior is now deprecated. In version 8.0.0, security features will be
enabled by default for all licenses, unless explicitly disabled (by setting
`xpack.security.enabled` to `false`).
{es} security features are disabled by default when operating on a basic or
trial license if `xpack.security.enabled` is not set to `true`. In {es} 8.0.0,
security features will be enabled by default for all licenses unless you
explicitly disable security by setting `xpack.security.enabled` to `false`
(not recommended).
Before migrating to {es} 8.0.0, you must explicitly set a value for
`xpack.security.enabled` or {es} will fail to start. If you have already
enabled security features by explicitly setting `xpack.security.enabled` to
`true`, your configuration will be respected in 8.0.0.
Otherwise, on every node in your cluster, enable {es} security features by
setting `xpack.security.enabled` to `true` in `elasticsearch.yml`. You then
configure security for the transport layer on each node, which requires
generating a certificate authority (if you don't have one), creating node
security certificates, and configuring internode communication. Refer to
{ref}/security-basic-setup.html[set up basic security for the {stack}] for steps
on configuring security.
====

[[reserved-prefixed-realm-names]]
Expand Down

0 comments on commit 97f5a08

Please sign in to comment.