9692 Commits

Author SHA1 Message Date
Armon Dadgar
9b0b891620 vault: Adding InternalData to Auth 2015-05-09 11:39:54 -07:00
Seth Vargo
9e0bafd0ef Merge pull request #179 from philips/fix-spelling-error
pysical: minor doc error in consul
2015-05-09 10:15:07 -04:00
Brandon Philips
4b83fe184e pysical: minor doc error in consul
ot -> to
2015-05-08 23:37:16 -07:00
Armon Dadgar
790a8f836e physical/consul: Fixing path for locks 2015-05-08 15:34:29 -07:00
Seth Vargo
6ee40f71c4 Merge pull request #177 from moutons/patch-1
s/mechansims/mechanisms/
2015-05-08 16:26:28 -04:00
Shaun Mouton
b363d6ee87 a word accidentally 2015-05-08 15:20:26 -05:00
Armon Dadgar
eedd63a105 vault: defer barrier initialization until as late as possible 2015-05-08 11:06:39 -07:00
Armon Dadgar
05ae758208 vault: Guard against an invalid seal config 2015-05-08 11:05:31 -07:00
Seth Vargo
d580e42673 Cleanup userpass docs 2015-05-08 11:49:58 -04:00
Seth Vargo
3748be6491 Remove references to -var 2015-05-08 11:45:29 -04:00
Mads R. Christensen
e8672b3844 Fixed typo 2015-05-08 11:48:42 +02:00
Mads R. Christensen
bb6ea32dfc Added more info about the userpass auth backend API endpoint 2015-05-08 11:45:21 +02:00
Armon Dadgar
37a253edbe Merge pull request #168 from hashicorp/sethvargo/copy_paste_dev
Make the VAULT_TOKEN and VAULT_ADDR copy-pastable in dev mode
2015-05-07 18:11:55 -07:00
Armon Dadgar
83dbdf1611 cred/app-id: Add help synopsis to login path 2015-05-07 15:45:43 -07:00
Armon Dadgar
68a99a8806 logical/framework: Generate help output even if no synopsis provided 2015-05-07 15:45:43 -07:00
Seth Vargo
f916e112c9 Make the VAULT_TOKEN and VAULT_ADDR copy-pastable in dev mode
This allows someone to quickly start a dev mode server and hit the ground
running without the need to copy-paste twice.
2015-05-07 18:32:40 -04:00
Armon Dadgar
f203b80571 Merge pull request #166 from Banno/remove-plugin-docs
remove unused plugin docs
2015-05-07 12:26:44 -07:00
Spencer Herzberg
d47bb20e39 remove unused docs 2015-05-07 14:20:33 -05:00
Armon Dadgar
47c71483ba vault: fix detection of missing trailing slash. Fixes #157 2015-05-07 12:18:50 -07:00
Armon Dadgar
7ccf3c20e7 Merge pull request #160 from hashicorp/sethvargo/auth_docs
Add instructions for enabling the auth first
2015-05-07 11:28:07 -07:00
Armon Dadgar
5b97e55860 Merge pull request #161 from hashicorp/sethvargo/output_fix
Fix output from GitHub help
2015-05-07 11:27:09 -07:00
Seth Vargo
bf8ba7b1bb Fix output from GitHub help 2015-05-07 14:13:12 -04:00
Seth Vargo
87e25f4300 Add instructions for enabling the auth first 2015-05-07 13:52:06 -04:00
Seth Vargo
1697cf2a8c Merge pull request #154 from leocassarani/patch-3
Fix typo in docs: "it's" -> "its"
2015-05-07 13:31:03 -04:00
Leo Cassarani
98f65ae041 Fix typo in docs: "it's" -> "its" [ci skip] 2015-05-07 11:08:03 +00:00
Armon Dadgar
70ae9323e2 audit/file: Create file if it does not exist. Fixes #148 2015-05-06 11:33:06 -07:00
Armon Dadgar
2c8ecd53bc physical/zk: Style changes and more error checking 2015-05-06 11:08:26 -07:00
Armon Dadgar
5b42f71181 website: minor doc changes for zookeeper 2015-05-06 11:08:26 -07:00
Armon Dadgar
f8cd8c9d0c Merge pull request #139 from fubar-coder/master
Escape backslash to allow usage of dev server on Windows using MinGW
2015-05-06 11:05:06 -07:00
Armon Dadgar
5e3f5e7b45 Merge pull request #149 from Banno/zookeeper-physical
Zookeeper physical storage backend
2015-05-06 10:52:50 -07:00
Spencer Herzberg
da4b1e0c05 attempting to fix godep missing src files 2015-05-06 12:11:12 -05:00
Spencer Herzberg
106ef3cc0f fixing default zookeeper port 2015-05-06 08:57:24 -05:00
Spencer Herzberg
b6747a0492 remove submodule 2015-05-05 21:32:39 -05:00
Spencer Herzberg
439c6c246b godep src files for go-zookeeper 2015-05-05 21:29:40 -05:00
Spencer Herzberg
9b42038bea be optimistic on zk paths operations
* zk requires paths to be set or the client returns an error
* catch these errors instead of creating the full path
2015-05-05 21:23:24 -05:00
Spencer Herzberg
c4472a2446 cleanup zk HA leftover docs 2015-05-05 17:22:43 -05:00
Spencer Herzberg
e8f8dcbc12 properly default zk address to localhost 2015-05-05 17:20:38 -05:00
Spencer Herzberg
f54accba48 limit round trips on zk delete 2015-05-05 17:14:41 -05:00
Spencer Herzberg
16f9313fdd fixing comment; bad copy-paste-edit 2015-05-05 16:56:49 -05:00
Spencer Herzberg
54fa7f8b72 added missing godep entry 2015-05-05 16:54:48 -05:00
Spencer Herzberg
55f1a7c4d9 initial implementation of non-ha zookeeper 2015-05-05 16:49:18 -05:00
Seth Vargo
f2cab3d0f9 Merge pull request #144 from gotcha/patch-1
Typo
2015-05-05 08:43:43 -07:00
Seth Vargo
a95fd6c1bb Merge pull request #145 from gotcha/patch-2
Word missing
2015-05-05 08:43:33 -07:00
Seth Vargo
1b501dba30 Merge pull request #146 from gotcha/patch-3
Use singular
2015-05-05 08:43:23 -07:00
Godefroid Chapelle
d5c07b6f8a Use singular 2015-05-05 09:16:30 +02:00
Godefroid Chapelle
014e73f0f3 Word missing 2015-05-05 09:12:32 +02:00
Godefroid Chapelle
6791758e6c Typo 2015-05-05 09:05:05 +02:00
Armon Dadgar
7153f9b216 Merge pull request #133 from hashicorp/f-advertise
Attempt advertise address detection
2015-05-04 12:13:45 -07:00
Mark Junker
c7a9cab1d2 Merge branch 'hotfix/backslash-escape' 2015-05-04 09:21:07 +02:00
Mark Junker
e28293368a Escape backslash to allow usage of dev server on Windows using MinGW (partially fixes issue #95) 2015-05-04 09:20:40 +02:00