Skip to content

Commit

Permalink
CHANGELOG: add "disable CommonName authentication for gRPC-gateway" PR
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
  • Loading branch information
hexfusion committed Jan 11, 2019
1 parent 1eec480 commit a26fa9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.2.25...v3.2.26) an

- Fix [memory leak in cache layer](https://github.com/etcd-io/etcd/pull/10327).

### Security, Authentication

- Disable [CommonName authentication for gRPC-gateway](https://github.com/etcd-io/etcd/pull/10366) gRPC-gateway proxy requests to etcd server use the etcd client server TLS certificate. If that certificate contains CommonName we do not want to use that for authentication as it could lead to permission escalation.

### Go

- Compile with [*Go 1.8.7*](https://golang.org/doc/devel/release.html#go1.8).
Expand Down

0 comments on commit a26fa9f

Please sign in to comment.