Add Authentication to etcd configuration
Added two flags needed to activate client and peer authentication in etcdpull/152/head
parent
d81abdbcf1
commit
77cc14e86a
|
@ -91,6 +91,8 @@ ExecStart=/usr/bin/etcd \\
|
|||
--peer-key-file=/etc/etcd/kubernetes-key.pem \\
|
||||
--trusted-ca-file=/etc/etcd/ca.pem \\
|
||||
--peer-trusted-ca-file=/etc/etcd/ca.pem \\
|
||||
--peer-client-cert-auth \\
|
||||
--client-cert-auth \\
|
||||
--initial-advertise-peer-urls https://${INTERNAL_IP}:2380 \\
|
||||
--listen-peer-urls https://${INTERNAL_IP}:2380 \\
|
||||
--listen-client-urls https://${INTERNAL_IP}:2379,http://127.0.0.1:2379 \\
|
||||
|
|
Loading…
Reference in New Issue