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(kuma-cp): gateway tls listeners without hostnames #4093

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

jakubdyszkiewicz
Copy link
Contributor

@jakubdyszkiewicz jakubdyszkiewicz commented Mar 31, 2022

Summary

In case of "match all" tls listeners, server names in Envoy config should be empty.
I fixed this on the configurer level since I think it's nice UX to allow * for users anyways.

Issues resolved

Fix #4091

Documentation

- [ ] Link to the website documentation PR

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

- [ ] Update UPGRADE.md with any steps users will need to take when upgrading.
- [ ] Add backport-to-stable label if the code follows our backporting policy

Changelog: fix(gateway): gateway tls listeners without hostnames

@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner March 31, 2022 11:43
@jakubdyszkiewicz jakubdyszkiewicz merged commit c3eefe6 into master Mar 31, 2022
@jakubdyszkiewicz jakubdyszkiewicz deleted the fix/gateway-hostless-tls-listener branch March 31, 2022 12:29
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.

Mesh gateway instance unable to create listener when hostname is omitted/a wildcard
3 participants