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

feat(istio): add configurable TLS version #622

Conversation

jamestexas
Copy link
Contributor

@jamestexas jamestexas commented Jul 31, 2024

Description

  • 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.

Related Issue

Fixes #599

Relates to #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

- 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]>
@jamestexas jamestexas closed this Jul 31, 2024
@jamestexas jamestexas deleted the feature/tls-1.2-support-599 branch July 31, 2024 22:00
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.

Ability to configure UDS Core to accept TLS 1.2
1 participant