[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #59 from roidelapluie/rel061
Browse files Browse the repository at this point in the history
Release 0.6.1
  • Loading branch information
roidelapluie committed Jul 27, 2021
2 parents 8dea78e + 89afa62 commit 7cd0e90
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.1 / 2021-06-30

* [BUGFIX] Allow RequireAnyClientCert as client_auth_type. #58

## 0.6.0 / 2021-06-30

* [CHANGE] Move from github.com/go-kit/kit/log to github.com/go-kit/log #55
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
3 changes: 3 additions & 0 deletions docs/web-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ tls_server_config:
# Server policy for client authentication. Maps to ClientAuth Policies.
# For more detail on clientAuth options:
# https://golang.org/pkg/crypto/tls/#ClientAuthType
#
# NOTE: If you want to enable client authentication, you need to use
# RequireAndVerifyClientCert. Other values are insecure.
[ client_auth_type: <string> | default = "NoClientCert" ]
# CA certificate for client certificate authentication to the server.
Expand Down

0 comments on commit 7cd0e90

Please sign in to comment.