-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Add deprecation warnings for SSL settings #78853
[DOCS] Add deprecation warnings for SSL settings #78853
Conversation
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-security (Team:Security) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content LGTM.
However, I noticed that the change is in the 7.16 migration guide, but the PR is labelled back to 7.6 - should the content be in the 7.6 migration guide instead?
We include the same docs in later branches, so we want them to be in the branch where the deprecated occurred, but also the following branches. |
#49280 added a deprecation warning when starting a node where either of the server contexts (
xpack.security.transport.ssl
andxpack.security.http.ssl
) meet either of these conditions:ssl.keystore.path
orssl.certificate
are configuredssl.enabled
is not specified.These configurations produce errors in
8.0
, but generate warnings in the deprecation log for7.x
. This PR adds deprecation notices for each of these conditions and provides anchors that the deprecation API can link to.Preview link: https://elasticsearch_78853.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/7.x/migrating-7.16.html#breaking_716_tls_changes