openshift / oauth-proxy

A reverse proxy that provides authentication with OpenShift via OAuth and Kubernetes service accounts
MIT License
263 stars 138 forks source link

Fix cert auth options #89

Closed mrogers950 closed 6 years ago

mrogers950 commented 6 years ago

Let --tls-client-ca both enable client cert authentication in the OpenShift provider and allow oauth-proxy to request a client cert. As a result this removes the --client-ca-file option and changes --tls-client-ca to only allow being specified once. /cc @enj @ericavonb

mrogers950 commented 6 years ago

@ericavonb updated (finally)