Skip to content

Transport profiles do not inherit default transport settings #86048

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/reference/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2345,10 +2345,11 @@ include::ssl-settings.asciidoc[]
[[ssl-tls-profile-settings]]
[discrete]
===== Transport profile TLS/SSL settings
NOTE: Transport profiles do not inherit TLS/SSL settings
from the default transport.

The same settings that are available for the <<transport-tls-ssl-settings, default transport>>
are also available for each transport profile. By default, the settings for a
transport profile will be the same as the default transport unless they
are specified.
are also available for each transport profile.
Comment on lines +2348 to +2352
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The xpack.security.transport.ssl.enabled setting is an exception:

  1. It controls whether SSL is enabled for both the default transport and any transport profiles.
  2. Transport profiles do not have a corresponding setting for it.


As an example, lets look at the key setting. For the default transport
this is `xpack.security.transport.ssl.key`. In order to use this setting in a
Expand Down