forked from curityio/idsvr-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tlsEnabled flag for ingress TLS handling
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.
- Loading branch information
Rune Gulbrandsen
committed
Oct 30, 2024
1 parent
71c8a37
commit 65e4f87
Showing
3 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters