Skip to content

Commit

Permalink
[7.15] [DOCS] Add missing SSL deprecation (elastic#79281)
Browse files Browse the repository at this point in the history
Missed this one in elastic#79276
  • Loading branch information
Adam Locke authored Oct 15, 2021
1 parent 62e36f3 commit 5c2e66f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/reference/migration/migrate_7_15.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,24 @@ setting or the `xpack.security.transport.ssl.certificate` and
provided, {es} will generate warnings in the deprecation log.
====

[[tls-ssl-http-cert-required]]
.A `xpack.security.http.ssl` certificate and key will be required to enable SSL for the HTTP layer.
[%collapsible]
====
*Details* +
Enabling SSL for the HTTP layer without also configuring a certificate and key
through use of the `xpack.security.http.ssl.keystore.path` setting or
the `xpack.security.http.ssl.certificate` and `xpack.security.http.ssl.key`
settings generates warnings in the deprecation log. In 8.0, this configuration
will result in errors.
*Impact* +
If `xpack.security.http.ssl.enabled` is set to `true`, provide a
certificate and key using the `xpack.security.http.ssl.keystore.path`
setting or the `xpack.security.http.ssl.certificate` and
`xpack.security.http.ssl.key` settings. If a certificate and key is not
provided, {es} will generate warnings in the deprecation log.
====

[discrete]
[[breaking_715_indices_deprecations]]
==== Indices deprecations
Expand Down

0 comments on commit 5c2e66f

Please sign in to comment.