vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 112 forks source link

Set TLSv1.2 as minimum version TLS protocol #166

Closed mjura closed 3 years ago

mjura commented 4 years ago

Stop to use insecure TLS version protocols and set TLSv1.2 as minimum. TLSv1.1 and older were already deprecated and it should be dropped.

jenting commented 4 years ago

@stevesloka PTAL :bow:

Evalle commented 3 years ago

@jenting @mjura @innobead Hey folks, are there any plans to merge this PR soon? Thanks!