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

Add support for requiring/enforcing client TLS certificate on front end interface #353

Open
alegacy opened this issue Jan 14, 2025 · 0 comments

Comments

@alegacy
Copy link

alegacy commented Jan 14, 2025

To support operating in environments that require/enforce client TLS certificates it would be helpful to support configurability on the front end HTTPS interface to set the ClientAuthType to RequireAndVerifyClientCert.

This would required new command line argument similar to:

	flagset.BoolVar(&o.TLS.RequiredClientCert, "tls-require-client-cert", false, "When set to true incoming clients must supply a valid client certificate.  If set then client-ca-file must also be set.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant