Skip to content

[FIXED] Gateway: TLS configuration reload now applies to implicit remotes #6886

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

Merged
merged 1 commit into from
May 9, 2025

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented May 9, 2025

When a config reload is issued and a server has implicit remote gateways (that is, gateways that were gossiped and not explicitly configured), the TLS changes were applied only to explicit remotes.

With this change, the changes to the main tls{} block will be applied to implicit remotes.

Credit to @song0071000 for the proposed changes in the code.

Resolves #6875

Signed-off-by: Ivan Kozlovic [email protected]

…otes

When a config reload is issued and a server has implicit remote
gateways (that is, gateways that were gossiped and not explicitly
configured), the TLS changes were applied only to explicit remotes.

With this change, the changes to the main `tls{}` block will be
applied to implicit remotes.

Resolves #6875

Signed-off-by: Ivan Kozlovic <[email protected]>
@kozlovic kozlovic requested a review from a team as a code owner May 9, 2025 00:34
@kozlovic kozlovic requested a review from derekcollison May 9, 2025 00:34
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

@neilalexander neilalexander merged commit 9e89ec3 into main May 9, 2025
48 checks passed
@neilalexander neilalexander deleted the fix_6875 branch May 9, 2025 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Gateways tlsconfig reload
3 participants