File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.1 / 2021-06-30
2+
3+ * [ BUGFIX] Allow RequireAnyClientCert as client_auth_type. #58
4+
15## 0.6.0 / 2021-06-30
26
37* [ CHANGE] Move from github.com/go-kit/kit/log to github.com/go-kit/log #55
Original file line number Diff line number Diff line change 1- 0.6.0
1+ 0.6.1
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ tls_server_config:
3030 # Server policy for client authentication. Maps to ClientAuth Policies.
3131 # For more detail on clientAuth options:
3232 # https://golang.org/pkg/crypto/tls/#ClientAuthType
33+ #
34+ # NOTE: If you want to enable client authentication, you need to use
35+ # RequireAndVerifyClientCert. Other values are insecure.
3336 [ client_auth_type: <string> | default = "NoClientCert" ]
3437
3538 # CA certificate for client certificate authentication to the server.
You can’t perform that action at this time.
0 commit comments