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 tlsEnabled flag for ingress TLS handling #88

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dozer75
Copy link
Contributor

@dozer75 dozer75 commented Oct 30, 2024

To be able to add TLS to an ingress without having a secret (which is a fully valid option see #81 for reasoning) this change adds the tlsEnabled flag, which will handle the TLS configuration correct.

If the tlsEnabled is set to false, the legacy TLS logic applies.

To be able to add TLS to an ingress without having a secret (which is
a fully valid option see curityio#81 for reasoning) this
change adds the tlsEnabled flag, which will handle the TLS configuration
correct.

If the tlsEnabled is set to false, the legacy TLS logic applies.
@anestos anestos merged commit c5264d3 into curityio:master Nov 4, 2024
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