fix: change TLS client auth default to "none" (#5468)

This commit is contained in:
Dean Sheather
2022-12-19 19:14:37 +00:00
committed by GitHub
parent dc6d271293
commit e359f3cd23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ func newConfig() *codersdk.DeploymentConfig {
Name: "TLS Client Auth",
Usage: "Policy the server will follow for TLS Client Authentication. Accepted values are \"none\", \"request\", \"require-any\", \"verify-if-given\", or \"require-and-verify\".",
Flag: "tls-client-auth",
Default: "request",
Default: "none",
},
KeyFiles: &codersdk.DeploymentConfigField[[]string]{
Name: "TLS Key Files",
+1 -1
View File
@@ -198,7 +198,7 @@ Flags:
"verify-if-given", or
"require-and-verify".
Consumes $CODER_TLS_CLIENT_AUTH (default
"request")
"none")
--tls-client-ca-file string PEM-encoded Certificate Authority file
used for checking the authenticity of
client