Skip to content

Commit e7857c8

Browse files
committed
fix: change TLS client auth default to "none"
1 parent dc6d271 commit e7857c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/deployment/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func newConfig() *codersdk.DeploymentConfig {
303303
Name: "TLS Client Auth",
304304
Usage: "Policy the server will follow for TLS Client Authentication. Accepted values are \"none\", \"request\", \"require-any\", \"verify-if-given\", or \"require-and-verify\".",
305305
Flag: "tls-client-auth",
306-
Default: "request",
306+
Default: "none",
307307
},
308308
KeyFiles: &codersdk.DeploymentConfigField[[]string]{
309309
Name: "TLS Key Files",

0 commit comments

Comments
 (0)