Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Remove SAN from etcd peer cert
Browse files Browse the repository at this point in the history
The mTLS validation fails if the SAN doesn't have IP address in it.
Github Issue here: etcd-io/etcd#8534

[#154472172]

Signed-off-by: Greg Patricio <[email protected]>
  • Loading branch information
Akshay Mankar authored and Greg Patricio committed Jan 29, 2018
1 parent 19929f8 commit 76fbb6d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions manifests/cfcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,9 @@ variables:
type: certificate
options:
ca: kubo_ca
common_name: etcd.cfcr.internal
common_name: "*.etcd.cfcr.internal"
alternative_names:
- etcd.cfcr.internal
- "*.etcd.cfcr.internal"

- name: tls-etcd-client
type: certificate
Expand All @@ -253,9 +252,7 @@ variables:
type: certificate
options:
ca: kubo_ca
common_name: etcd.cfcr.internal
alternative_names:
- "*.etcd.cfcr.internal"
common_name: "*.etcd.cfcr.internal"

- name: tls-heapster
type: certificate
Expand Down

0 comments on commit 76fbb6d

Please sign in to comment.