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

feat(kuma-cp) add SNI to TLSed ExternalServices #2211

Merged
merged 1 commit into from
Jun 25, 2021

Conversation

jakubdyszkiewicz
Copy link
Contributor

Summary

Some External Services like AWS Lambda are hidden behind a load balancer that requires SNI to route the traffic.
This PR adds an SNI header when TLS is enabled.

Documentation

  • Internal changes only

Testing

  • Unit tests
  • E2E tests - I honestly don't know how to write an E2E test here. We would need to have an echo service that responds with received SNI. I don't want to introduce a dependency on AWS Lambda.
  • Manual testing on Universal
  • Manual testing on Kubernetes

@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner June 24, 2021 14:45
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz merged commit b71a7f1 into master Jun 25, 2021
@jakubdyszkiewicz jakubdyszkiewicz deleted the feat/include-sni-external-service branch June 25, 2021 09:50
mergify bot pushed a commit that referenced this pull request Jun 25, 2021
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
(cherry picked from commit b71a7f1)
jakubdyszkiewicz pushed a commit that referenced this pull request Jun 25, 2021
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
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