Skip to content

Add reload listener to SslProfile#135244

Merged
tvernum merged 5 commits intoelastic:mainfrom
tvernum:ssl/profile/reload-listener
Sep 25, 2025
Merged

Add reload listener to SslProfile#135244
tvernum merged 5 commits intoelastic:mainfrom
tvernum:ssl/profile/reload-listener

Conversation

@tvernum
Copy link
Contributor

@tvernum tvernum commented Sep 23, 2025

This change allows components and plugins that are dependent on a SslProfile to be notified when that profile is reloaded.

This is useful if they have objects (e.g. http clients) that have been built around the profile's runtime objects (trust manager, etc) and they need to cascade the reload downwards.

This change allows components and plugins that are dependent on a
`SslProfile` to be notified when that profile is reloaded.

This is useful if they have objects (e.g. http clients) that have been
built around the profile's runtime objects (trust manager, etc) and
they need to cascade the reload downwards.
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

@elasticsearchmachine
Copy link
Collaborator

Hi @tvernum, I've created a changelog YAML for you.

@elasticsearchmachine elasticsearchmachine added the Team:Security Meta label for security team label Sep 23, 2025
Copy link
Contributor

@slobodanadamovic slobodanadamovic left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@tvernum tvernum enabled auto-merge (squash) September 25, 2025 02:25
@tvernum tvernum merged commit 6316494 into elastic:main Sep 25, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>enhancement :Security/TLS SSL/TLS, Certificates Team:Security Meta label for security team v9.2.0

3 participants