Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(istio): add configurable TLS version
- Introduced support for configuring the minimum TLS version for UDS Core. - Added 'supportTLSV1_2' boolean flag in values file to allow selection between TLS 1.2 and TLS 1.3. - Updated Helm templates to conditionally set 'minProtocolVersion' based on 'supportTLSV1_2' value. - Ensured backward compatibility by defaulting to TLS 1.3. - Commented and documented the new configuration option for clarity. Closes defenseunicorns#599 Signed-off-by: jamestexas <[email protected]>
- Loading branch information