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
Jeff Mitchell
dbbbb02daf
Update S3 docs
2015-11-06 09:26:09 -05:00
Jeff Mitchell
dafecff414
Switch etcd default port to 2379, in line with 2.x.
...
Fixes #753
2015-11-05 09:47:50 -05:00
Sander van Harmelen
8f17567774
Add a line to the documentation to describe the new feature
2015-11-04 15:36:24 +01:00
Jeff Mitchell
e0d2b1af78
Add configuration parameter for max parallel connections to Consul
2015-11-03 15:26:07 -05:00
Jeff Mitchell
676970574b
Allow disabling the physical storage cache with 'disable_cache'.
...
Fixes #674 .
2015-10-12 13:00:32 -04:00
Jeff Mitchell
b2da14c3e8
Documentation fix for global TTLs
2015-09-24 12:17:26 -04:00
Caleb Tennis
6e8bc25a94
Make it clear we support instance profiles as well, the existing docs seem to indicate static credentials are required
2015-08-25 06:47:07 -07:00
Michael S. Fischer
558f24c03c
Clarify availability of tls_min_version
...
`tls_min_version` doesn't work in the current Vault release;
make that clear.
2015-08-13 08:35:09 -07:00
Armon Dadgar
5058582e98
Merge pull request #439 from geckoboard/feature-tls-mysql
...
Using SSL to encrypt connections to MYSQL
2015-08-05 14:52:43 -07:00
Vivien Schilis
de2218dd2c
Add documentation for the tls_ca_file option
2015-08-04 05:10:33 +00:00
Karl Gutwin
1a673ddc0a
PR review updates
2015-07-30 13:21:41 -04:00
Karl Gutwin
a87af4e863
Add configuration options for default lease duration and max lease duration.
2015-07-30 09:42:49 -04:00
Daniel Kaffee
844cb49b38
made documentation a bit more clear
2015-07-28 15:50:43 +03:00
Daniel Kaffee
68e340a285
refactor code
2015-07-28 14:55:33 +03:00
Armon Dadgar
69e5100eb4
Merge pull request #447 from kgutwin/f-tlsvers
...
Specify Vault listener minimum TLS version
2015-07-23 13:42:42 -07:00
Armon Dadgar
3f7853cd53
Merge pull request #433 from infame-io/feature/s3_sts
...
Granting S3 backend temporary access
2015-07-23 13:33:58 -07:00
Karl Gutwin
46838b2b7e
Document warning for using lower TLS versions
2015-07-23 11:54:45 -04:00
Lauro Balderas
8d574d2eaa
S3 backend session token documentation updated
2015-07-23 22:53:20 +10:00
Karl Gutwin
04c5596822
Avoid unnecessary abbreviation
2015-07-22 23:28:46 -04:00
Karl Gutwin
3ad703eba6
TLS minimum version documentation
2015-07-22 23:21:18 -04:00
Nate Brown
bb11e27ba1
Docs for the telemetry object
2015-07-14 15:45:45 -07:00
Armon Dadgar
fce7c43b98
physical/zk: Fixing node representation. Fixes #416
2015-07-13 19:33:23 +10:00