You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
<!-- or -->
Relates to #
## Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)
## Checklist before merging
- [ ] Test, docs, adr added or updated as needed
- [x] [Contributor
Guide](https://github.com/defenseunicorns/uds-template-capability/blob/main/CONTRIBUTING.md)
followed
Signed-off-by: jamestexas <jamestexasgardner@gmail.com>
0 commit comments