open-vault/website/source/docs
Eric Kidd 69434fd13e etcd: Allow disabling sync for load balanced etcd
Some etcd configurations (such as that provided by compose.io) place the
etcd cluster behind multiple load balancers or proxies.  In this
configuration, calling Sync (or AutoSync) on the etcd client will
replace the load balancer addresses with the underlying etcd server
address.

This will cause the etcd client to bypass the load balancers, and may
cause the connection to fail completely if the etcd servers are
protected by a firewall.

This patch provides a "sync" option for the etcd backend, which defaults
to the current behavior, but which can be used to turn off of sync.
This corresponds to etcdctl's --no-sync option.
2016-01-11 13:56:58 -05:00
..
audit Reintroduce the ability to look up obfuscated values in the audit log 2015-11-18 20:26:03 -05:00
auth Cert documentation fix. 2015-12-30 16:44:24 -05:00
commands Allow setting the advertise address via an environment variable. 2015-12-14 21:22:55 -05:00
concepts Doc grammar fix 2015-12-22 21:27:08 +00:00
config etcd: Allow disabling sync for load balanced etcd 2016-01-11 13:56:58 -05:00
http Add rekey nonce/backup. 2016-01-06 09:54:35 -05:00
install
internals Update documentation around cookies 2015-09-03 10:36:59 -04:00
secrets Fixes mis-placed html tag 2015-12-31 10:37:01 -05:00
index.html.markdown