Skip to content

Commit ac83941

Browse files
authored
Merge pull request #96424 from lahinson/ocpbugs-57276-etcd-client-cert
[OCPBUGS-57276]: Removing namespace from etcd client cert docs
2 parents 7be67ff + 131e3b8 commit ac83941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/certificate_types_descriptions/etcd-certificates.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These certificates are only managed by the system and are automatically rotated.
2727
etcd certificates are used for encrypted communication between etcd member peers and encrypted client traffic. The following certificates are generated and used by etcd and other processes that communicate with etcd:
2828

2929
* Peer certificates: Used for communication between etcd members.
30-
* Client certificates: Used for encrypted server-client communication. Client certificates are currently used by the API server only, and no other service should connect to etcd directly except for the proxy. Client secrets (`etcd-client`, `etcd-metric-client`, `etcd-metric-signer`, and `etcd-signer`) are added to the `openshift-config`, `openshift-etcd`, `openshift-monitoring`, and `openshift-kube-apiserver` namespaces.
30+
* Client certificates: Used for encrypted server-client communication. Client certificates are currently used by the API server only, and no other service should connect to etcd directly except for the proxy. Client secrets (`etcd-client`, `etcd-metric-client`, `etcd-metric-signer`, and `etcd-signer`) are added to the `openshift-config`, `openshift-etcd`, and `openshift-kube-apiserver` namespaces.
3131
* Server certificates: Used by the etcd server for authenticating client requests.
3232
* Metric certificates: All metric consumers connect to proxy with metric-client certificates.
3333

0 commit comments

Comments
 (0)