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

Add missing appProtocol #197

Merged
merged 2 commits into from
Apr 30, 2024
Merged

Add missing appProtocol #197

merged 2 commits into from
Apr 30, 2024

Conversation

cmk-jarek
Copy link
Contributor

Hey, ive encountered strange behavior inside and ipv6 eks cluster and traced it to set the right protocol when using (mandatory) (m)tls.
if you do not do this, the ingress will wait for your first input and the welcome header wont get transmitted to the sender. didnt open an issue as this fix was pretty obvious

@bokysan
Copy link
Owner

bokysan commented Apr 26, 2024

Hi,

thanks so much for catching this. What would be the default in this case -- "smtp", I assume? As this is a feature of k8s>1.20, I'd probably guard it behind a version flag (like this).

What do you think?

@cmk-jarek
Copy link
Contributor Author

cmk-jarek commented Apr 26, 2024 via email

@cmk-jarek
Copy link
Contributor Author

added the version requirements, not sure about the formatting as im not use to go that much yet, and my linter was already complaining before i touched the code, so feel free to correct me ;)
i dont see the necessity to explicitly set the default, as it would probably work just fine if you run a common setup.
can add that tmrw if you like ,tho. :)

@bokysan bokysan merged commit f65c224 into bokysan:master Apr 30, 2024
4 checks passed
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