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
tls: Don't fail on min-tls-version 1.3 and specified ciphers.
Blocking when both minimal TLS version is 1.3 and ciphers are specified may break
upgrade path on clusters that use such settings (e.g.: Openshift cluster using
TLSSecurityProfile type Custom, min TLS version 1.3 and ciphers).
Drop the configurable ciphers validation.
Add comment in 'tls-cipher-suites' flag description about how
cipher-suites are affected by 'min-tls-version'.
Signed-off-by: Or Mergi <ormergi@redhat.com>
0 commit comments