Closed akrejcir closed 2 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from akrejcir. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
/cc @0xFelix @codingben @jcanocan
After a discussion with Felix, I see that this PR is not needed.
/close
@akrejcir: Closed this PR.
What this PR does / why we need it: The
ciphers
field in the TLS config file has different meaning if it isNull
or an empty array[]
.Null
means that we should enable default cipher suites.[]
means that we don't want to enable any cipher suites. Cipher suites for TLS 1.3 cannot be configured, so they are still enabled, even if empty array is passed.Release note: