You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.")
The text was updated successfully, but these errors were encountered:
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
toRequireAndVerifyClientCert
.This would required new command line argument similar to:
The text was updated successfully, but these errors were encountered: