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

fix panic in injectSANMatcher when tlsContext is nil #17185

Merged
merged 1 commit into from Apr 28, 2023
Merged

Conversation

erichaberkorn
Copy link
Contributor

Description

We frequently call injectSANMatcher like this. The code panics when commonTLSContext is nil inside injectSANMatcher here. makeCommonTLSContext returns nil when it isn't passed root pems.

@github-actions github-actions bot added the theme/envoy/xds Related to Envoy support label Apr 28, 2023
@erichaberkorn erichaberkorn added backport/1.13 Changes are backported to 1.13 backport/1.14 Changes are backported to 1.14 backport/1.15 Changes are backported to 1.15 labels Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.13 Changes are backported to 1.13 backport/1.14 Changes are backported to 1.14 backport/1.15 Changes are backported to 1.15 theme/envoy/xds Related to Envoy support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants