mintel / dex-k8s-authenticator

A Kubernetes Dex Client Authenticator
MIT License
374 stars 146 forks source link

feat(tls): reorder TLS ciphersuites and curve preference #166

Closed Cryptophobia closed 3 years ago

Cryptophobia commented 3 years ago

Signed-off-by: Anton Ouzounov aouzounov@vmware.com

Cryptophobia commented 3 years ago

@nabadger , any problems with updating the ciphersuites and dropping support for TLSv1.0 and forcing minVersion TLSv1.2 ?

Cryptophobia commented 3 years ago

Had to upgrade to go1.16 because of the renaming of the ciphers in go1.13. But this builds and works now! 👍

nabadger commented 3 years ago

@Cryptophobia looks good - but mind rebasing (some conflicts in Dockerfile as a similar PR was merged in) - #169

Cryptophobia commented 3 years ago

@nabadger , it has been rebased with the latest.