Skip to content

fix panic in injectSANMatcher when tlsContext is nil#17185

Merged
erichaberkorn merged 1 commit intomainfrom
fix-xds-panic
Apr 28, 2023
Merged

fix panic in injectSANMatcher when tlsContext is nil#17185
erichaberkorn merged 1 commit intomainfrom
fix-xds-panic

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 backport/1.15 This release series is no longer active on CE. Use backport/ent/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.15 This release series is no longer active on CE. Use backport/ent/1.15. theme/envoy/xds Related to Envoy support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants