open-vault/website
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
..
helpers website: initial import 2015-03-13 10:38:41 -07:00
source etcd: Allow disabling sync for load balanced etcd 2016-01-11 13:56:58 -05:00
.buildpacks website: initial import 2015-03-13 10:38:41 -07:00
Gemfile Use vendored fastly logo 2015-10-26 12:13:03 -04:00
Gemfile.lock Use vendored fastly logo 2015-10-26 12:13:03 -04:00
LICENSE.md website: initial import 2015-03-13 10:38:41 -07:00
Makefile Add Makefile 2015-09-24 13:51:25 -07:00
Procfile website: initial import 2015-03-13 10:38:41 -07:00
README.md Update README to point to Makefile 2015-09-24 13:52:27 -07:00
Vagrantfile website: initial import 2015-03-13 10:38:41 -07:00
config.rb Bump website version 2015-12-10 12:49:58 -05:00
config.ru Use Rack::Protection 2015-07-13 13:07:24 -04:00
version.txt website: bump 2015-05-11 11:47:36 -07:00

README.md

Vault Website

This subdirectory contains the entire source for the Vault Website. This is a Middleman project, which builds a static site from these source files.

Contributions Welcome!

If you find a typo or you feel like you can improve the HTML, CSS, or JavaScript, we welcome contributions. Feel free to open issues or pull requests like any normal GitHub project, and we'll merge it in.

Running the Site Locally

Running the site locally is simple. Clone this repo and run make dev.

Then open up http://localhost:4567. Note that some URLs you may need to append ".html" to make them work (in the navigation).