Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra flag to specify directive ssl_verify_client #1359

Closed
stainboy opened this issue Sep 14, 2017 · 0 comments
Closed

Extra flag to specify directive ssl_verify_client #1359

stainboy opened this issue Sep 14, 2017 · 0 comments
Labels

Comments

@stainboy
Copy link

I would suggest to provide an extra flag CertificateAuth.VerifyClientFlag to specify nginx directive ssl_verify_client. And leave the default value to on to keep the compatibility. In our use case, client certificate authentication is preferred but not required. If it fails, FORM authentication will be provided as well.

ssl_verify_client = on | off | optional | optional_no_ca;

https://github.com/kubernetes/ingress/blob/b2ad9e7078a1ab0f843ec7962b80703efd15e978/controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl#L586

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants