Explorar el Código

sample: correct directive name

Both "client-transport-security" and "peer-transport-security"
is mapped to Go struct embed.securityConfig.

Field for client certificate authentication is tagged as
"client-cert-auth", but it is misspelled in "peer-transport-security"
section.
ymmt hace 7 años
padre
commit
73a8bf1fb1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      etcd.conf.yml.sample

+ 1 - 1
etcd.conf.yml.sample

@@ -117,7 +117,7 @@ peer-transport-security:
   key-file:
 
   # Enable peer client cert authentication.
-  peer-client-cert-auth: false
+  client-cert-auth: false
 
   # Path to the peer server TLS trusted CA cert file.
   trusted-ca-file: