Jeff Mitchell
3a5a11529b
Merge pull request #1502 from hashicorp/pr-1425
...
Staging area for me to fix up PR 1425
2016-06-08 12:31:31 -04:00
Jeff Mitchell
708375b999
Update docs
2016-06-08 12:23:04 -04:00
Jeff Mitchell
17ea8c20a4
Update docs with max_parallel
2016-06-08 12:22:18 -04:00
Jeff Mitchell
5136b8c08c
Add permit pool and cleanhttp support to Swift
2016-06-08 12:20:21 -04:00
Jeff Mitchell
8103675f72
Merge remote-tracking branch 'origin/master' into pr-1425
2016-06-08 12:10:29 -04:00
vishalnayak
ce5152212c
Typo fix: s/Vault/Consul
2016-05-24 18:22:20 -04:00
Stuart Glenn
5d4fc775b7
Add documentation on Swift backend configuration
2016-05-16 17:29:40 -05:00
Jeff Mitchell
5bf134a00f
Merge pull request #1407 from z00m1n/patch-1
...
fix PostgreSQL sample code
2016-05-12 17:07:48 -07:00
cmclaughlin
2bc546c55c
Document configuring listener to use a CA cert
2016-05-12 15:34:47 -07:00
Steven Samuel Cole
131108373e
fix PostgreSQL sample code
...
The current sample configuration line fails with `Error initializing backend of type postgresql: failed to check for native upsert: pq: unsupported sslmode "disabled"; only "require" (default), "verify-full", "verify-ca", and "disable" supported`.
2016-05-12 23:22:41 +02:00
Jeff Mitchell
b18854be70
Plumb disabling caches through the policy store
2016-05-02 22:36:44 -04:00
Sean Chittenden
00d1e5abd7
Change to the pre-0.6.4 Consul Check API
...
Consul is never going to pass in more than 1K of output. This mitigates the pre-0.6.4 concern.
2016-04-25 18:01:13 -07:00
Sean Chittenden
f1c170e003
Add a small bit of wording re: disable_registration
...
Consul service registration for Vault requires Consul 0.6.4.
2016-04-25 18:01:13 -07:00
Sean Chittenden
529f3e50c4
Provide documentation and example output
2016-04-25 18:01:13 -07:00
Sean Chittenden
53dd43650e
Various refactoring to clean up code organization
...
Brought to you by: Dept of 2nd thoughts before pushing enter on `git push`
2016-04-25 18:01:13 -07:00
Sean Chittenden
f2dc2f636e
Comment nits
2016-04-25 18:00:54 -07:00
Jeff Mitchell
a036704426
Merge pull request #1266 from sepiroth887/azure_backend
...
added Azure Blobstore backend support
2016-04-25 15:53:09 -04:00
Jeff Mitchell
e702a63320
Backtick "region" in S3 config
2016-04-15 17:03:35 -04:00
Sean Chittenden
1f61222625
Clarify that Darwin and BSD are supported w/ mlock
...
Word smith a tad.
2016-04-05 22:18:44 -07:00
Tobias Haag
7a82733e4d
added Azure backend support
...
updated Godeps
added website docs
updated vendor
2016-03-30 19:49:38 -07:00
Jeff Mitchell
385d80abb6
Add some clarification to advertise_addr
2016-03-19 10:21:51 -04:00
Jeff Mitchell
3a878c3dc4
Add test for listener reloading, and update website docs.
2016-03-14 14:05:47 -04:00
Jeff Mitchell
f1b8180a24
Some website config updates
2016-02-19 15:27:02 -05:00
Eyal Lupu
fe2b139688
Update index.html.md
...
typo in docs
2016-02-15 16:52:43 +00:00
Eyal Lupu
4dd266afd6
Update index.html.md
...
Documentation: Zookeeper authentication and ACLs
2016-02-15 16:38:14 +00:00
Eyal Lupu
1e52cfd965
Update index.html.md
...
Zookeeper authentication and authorization documentations
2016-02-15 16:20:32 +00:00
merri-j
433f866a6b
Add postgresql to bullet list of backends
2016-02-03 14:04:55 -05:00
Jeff Mitchell
c3a01aa179
Update documentation around default_lease_ttl and max_lease_ttl.
...
Fixes #1004
2016-02-01 09:44:42 -05:00
Devin Christensen
9b175bd936
Make the PostgreSQL backend more performant
2016-01-29 13:47:10 -07:00
Jeff Mitchell
3ea631ca25
Merge pull request #945 from quixoten/postgres_physical
...
Add support for PostgreSQL as a physical backend
2016-01-29 10:35:38 -05:00
Devin Christensen
c2b66587c8
Improve naming
...
Hopefully this naming scheme will be more straightforward.
2016-01-27 17:15:48 -07:00
Jeff Mitchell
c67579d839
Update etcd sync option to be a string.
...
Ping #921
2016-01-27 17:15:52 -05:00
Jeff Mitchell
f8dafe653d
Merge pull request #921 from faradayio/hosted-etcd-support
...
Load-balanced etcd support
2016-01-27 17:09:43 -05:00
Devin Christensen
01c315c766
Update naming and pull DDL for upsert back out
2016-01-22 17:15:10 -07:00
Devin Christensen
bba6cfda6a
Move the upsert definition back into the code
2016-01-22 09:47:02 -07:00
Devin Christensen
8710076c39
Remove options for column configuration
2016-01-22 08:41:31 -07:00
Devin Christensen
a2b1b697a0
Remove DDL statements from the code
2016-01-20 18:52:49 -07:00
Devin Christensen
5bea0d9731
Add support for PostgreSQL as a physical backend
2016-01-19 17:00:09 -07:00
Jeff Mitchell
4f9e1e9843
Keep ordering consistent in config doc, and put HA backends first
2016-01-14 13:55:53 -05:00
Seth Vargo
9e14bb66f2
Use HTTPS + www where appropriate
2016-01-14 13:42:47 -05:00
Eric Kidd
51a9be0520
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
Eric Kidd
46c9f372fd
etcd: Document existing username and password options
...
These options were present in the source code, but not in the
documentation. They're needed to connect to some hosted etcd services.
2016-01-11 11:30:51 -05:00
Paul Seiffert
28adc366aa
Add documentation for the DynamoDB backend
2016-01-08 17:34:31 +01:00
Jeff Mitchell
eabfb472ca
Merge branch 'master' into f-disable-tls
2015-12-29 12:59:02 -05:00
Jeff Mitchell
186b523a50
Clarify stance on physical backend support
2015-12-22 10:50:31 -05:00
Jeff Mitchell
51cee50fb6
Update etcd config docs with new options in 0.4.
...
Ping #780
2015-12-17 10:34:41 -05:00
Jeff Mitchell
d7cb3c9f94
Allow setting the advertise address via an environment variable.
...
Fixes #581
2015-12-14 21:22:55 -05:00
Jeff Mitchell
0914d931b3
Update Changelog and documentation with separate-HA-backend info.
2015-12-14 21:04:58 -05:00
Jeff Mitchell
6800d5185b
Remove datacenter from Consul configuration, as it cannot actually do
...
anything
Fixes #816
2015-12-03 15:16:37 -05:00
Armon Dadgar
6022e81be0
website: updating documentation
2015-11-25 12:23:56 -08:00