ソースを参照

CHANGELOG: add "disable CommonName authentication for gRPC-gateway" PR

Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Sam Batschelet 7 年 前
コミット
a26fa9fe1f
1 ファイル変更4 行追加0 行削除
  1. 4 0
      CHANGELOG-3.2.md

+ 4 - 0
CHANGELOG-3.2.md

@@ -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).
 - 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
 ### Go
 
 
 - Compile with [*Go 1.8.7*](https://golang.org/doc/devel/release.html#go1.8).
 - Compile with [*Go 1.8.7*](https://golang.org/doc/devel/release.html#go1.8).