Skip to content
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

VAULT-14215 Fix panic for non-TLS listeners during SIGHUP #19483

Merged
merged 3 commits into from
Mar 9, 2023

Conversation

VioletHynes
Copy link
Contributor

@VioletHynes VioletHynes commented Mar 8, 2023

This PR closes issue #19480.

In short, we attempt to run the reloadFunc() for a listener even if it's nil.

The test I added failed before my fix, and passes afterwards.

Once this is approved and merged, I'll backport it to 1.13.1.

@VioletHynes VioletHynes modified the milestones: 1.14, 1.13.1 Mar 8, 2023
@VioletHynes VioletHynes marked this pull request as ready for review March 8, 2023 17:37
Copy link

@peteski22 peteski22 left a comment

Choose a reason for hiding this comment

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

:)

@VioletHynes VioletHynes merged commit 9f8d831 into main Mar 9, 2023
raymonstah pushed a commit that referenced this pull request Mar 17, 2023
* VAULT-14215 Fix panic for non-TLS listeners during SIGHUP

* VAULT-14215 Changelog

* VAULT-14215 Godoc for test
@VioletHynes VioletHynes deleted the violethynes/VAULT-14215 branch May 6, 2024 14:02
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.

2 participants