7782 Commits

Author SHA1 Message Date
voutasaurus
ad122c6aee Merge branch 'master' of https://github.com/hashicorp/vault 2015-10-23 00:41:55 -07:00
Jeff Mitchell
5f87b6433c Merge pull request #711 from boonedox/bugfix/first-secret-typo
fix typo in first-secret.html.md
2015-10-22 15:01:27 -04:00
Jeff Mitchell
5c0a16b16a Use cleanhttp instead of bare http.Client 2015-10-22 14:37:12 -04:00
Jeremiah Johnson
ba88a19ea5 fix typo in first-secret.html.md 2015-10-22 12:04:22 -06:00
Jeff Mitchell
6c4e05dbc0 Update token documentation to better explain token durations 2015-10-22 13:02:37 -04:00
voutasaurus
fbf21b5f2d Modifies documentation in output of vault server -dev
Environment variable setting is different in windows
2015-10-22 00:48:46 -07:00
Jeff Mitchell
5b5e1850ac Document the renew-self call 2015-10-21 10:53:20 -04:00
Jeff Mitchell
846c1975cc Remove revoke-self from sys API documentation as it's in the token-store instead 2015-10-21 10:46:41 -04:00
Jeff Mitchell
d2e0c44563 Merge pull request #707 from mkb/patch-1
Minor grammar fix.
2015-10-20 16:50:22 -04:00
mkb
83a6c0b8f1 Minor grammar fix. 2015-10-20 13:42:46 -07:00
Jeff Mitchell
0968bd98e5 Merge pull request #702 from hashicorp/no-default-httpclient
Don't use http.DefaultClient
2015-10-20 13:07:17 -04:00
Jeff Mitchell
558b9fe18b Rewrap changelog 2015-10-20 12:57:42 -04:00
Jeff Mitchell
8ce4b15875 Changelogify 2015-10-20 12:31:01 -04:00
Mitchell Hashimoto
e47299c887 Merge pull request #705 from hashicorp/b-password-interrupt
helper/password: interrupt should exit readline
2015-10-16 16:20:58 -07:00
Mitchell Hashimoto
2768509c27 helper/password: interrupt should exit readline 2015-10-16 16:01:19 -07:00
Jeff Mitchell
0dbbef1ac0 Don't use http.DefaultClient
This strips out http.DefaultClient everywhere I could immediately find
it. Too many things use it and then modify it in incompatible ways.

Fixes #700, I believe.
2015-10-15 17:54:00 -04:00
Jeff Mitchell
cae3ee4fa9 Update godeps, especially to get in hashicorp/consul#1310 2015-10-15 17:52:18 -04:00
Jeff Mitchell
4e39da1079 Merge pull request #701 from levigross/master
Fixed comment spelling mistake and removed unnecessary variable allocation
2015-10-15 14:58:23 -04:00
Levi Gross
870411a3b8 Fixed comment spelling mistake and removed unnecessary variable allocation 2015-10-15 14:51:30 -04:00
Seth Vargo
ce9ca2b313 Merge pull request #696 from frntn/patch-1
minor typo fix
2015-10-13 16:38:39 -04:00
Matthieu Fronton
2ada3e4c3b minor typo fix 2015-10-13 22:38:13 +02:00
Jeff Mitchell
97820e2d77 Add '.' to GenericNameRegex; it cannot appear as the first or last
character. This allows its usage in a number of extra path-based
variables.

Ping #244
2015-10-13 16:04:10 -04:00
Jeff Mitchell
c0f6fa88a7 Serialize changing the state of the expiration manager pointer and
calling emitMetrics from its own goroutine.

Fixes #694
2015-10-12 16:33:54 -04:00
Jeff Mitchell
1b536074ab Merge pull request #693 from hashicorp/update-middleman
Update middleman-hashicorp
2015-10-12 15:29:05 -04:00
Jeff Mitchell
f8a4bb9a62 Fix a logic bug around setting both a mount default and max at the same time. Ping #688. 2015-10-12 14:57:43 -04:00
Sam Handler
6cd57b0262 bundle update middleman-hashicorp 2015-10-12 14:28:43 -04:00
Jeff Mitchell
0ea4271ddb Use split-out hashicorp/uuid 2015-10-12 14:07:12 -04: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
9549d9e4bf Merge pull request #691 from hashicorp/sethvargo/tabs_spaces_oh_my
Remove tabs from terminal output
2015-10-12 12:39:44 -04:00
Seth Vargo
cfd7aa5983 Remove tabs from terminal output
This also standardizes on the indentation we use for multi-line commands as
well as prefixes all commands with a $ to indicate a shell.
2015-10-12 12:10:22 -04:00
Jeff Mitchell
f056ad6fef Documentation updates to remove lease id and duration from generic
backend example.
2015-10-12 10:01:15 -04:00
Jeff Mitchell
fa1dca543a Apply mount-tune properties to the token authentication backend.
Fixes #688.
2015-10-09 20:26:39 -04:00
Jeff Mitchell
b4b7b8762c Rename tune functions 2015-10-09 20:00:17 -04:00
Jeff Mitchell
27029d9744 Support and use TTL instead of lease for token creation 2015-10-09 19:52:13 -04:00
Jeff Mitchell
a087e943c7 Fix output of token-create help to use ttl instead of lease 2015-10-09 19:40:30 -04:00
Jeff Mitchell
c9c8398352 Add 301 redirect checking to the API client.
Vault doesn't generate these, but in some cases Go's internal HTTP
handler does. For instance, during a mount-tune command, finishing the
mount path with / (as in secret/) would cause the final URL path to
contain .../mounts/secret//tune. The double slash would trigger this
behavior in Go's handler and generate a 301. Since Vault generates 307s,
this would cause the client to think that everything was okay when in
fact nothing had happened.
2015-10-09 17:11:31 -04:00
Jeff Mitchell
46a14f6b65 Fix mount-tune CLI output 2015-10-09 16:03:31 -04:00
Jeff Mitchell
d5821fe276 Add timeout to changelog 2015-10-08 19:47:16 -04:00
Jeff Mitchell
06e5224981 Merge pull request #681 from n1tr0g/master
added a sensible default timeout for the vault client
2015-10-08 19:44:50 -04:00
Jeff Mitchell
8ee130ff48 Merge pull request #684 from hashicorp/clean-leader-prefix
Add a cleanLeaderPrefix function to clean up stale leader entries in core/leader
2015-10-08 14:45:03 -04:00
Jeff Mitchell
639f91a293 Address review feedback for #684 2015-10-08 14:34:10 -04:00
Jeff Mitchell
f0ce939f66 Add a cleanLeaderPrefix function to clean up stale leader entries in core/leader
Fixes #679.
2015-10-08 14:04:58 -04:00
Seth Vargo
9299ab2593 Force a Ruby version 2015-10-08 13:22:20 -04:00
Seth Vargo
9649c534f6 shopt to include dotfiles 2015-10-08 13:22:15 -04:00
Seth Vargo
73d2405ae9 Ignore all of website/vendor 2015-10-08 13:22:03 -04:00
Seth Vargo
87948e2cbc Do not use rsync 2015-10-08 11:44:21 -04:00
Jeff Mitchell
843c5353c3 Update CLI help text for init/rekey regarding base64-encoded keys 2015-10-08 11:09:30 -04:00
Dejan Golja
71615a172c Increase default timeout to 30s which should allow for any operation
to complete.
2015-10-09 00:53:35 +11:00
Dejan Golja
4ee297408f added a sensible default timeout for the vault client 2015-10-08 18:44:00 +11:00
Jeff Mitchell
3936943f8a Merge pull request #678 from hashicorp/response-warnings
Add the ability for warnings to be added to responses.
2015-10-07 20:18:30 -04:00