2709 Commits

Author SHA1 Message Date
Jeff Mitchell
b034ffc257 Merge pull request #1055 from bscott/master
Updated Vault Download URL and Version
2016-02-11 09:28:05 -05:00
Brian Scott
b77c941ff8 Updated Vault Download URL and Version 2016-02-10 22:12:19 -08:00
Jeff Mitchell
d76c3a7e56 Add note about client libraries to 0.5 upgrade page 2016-02-10 12:10:51 -05:00
Jeff Mitchell
a78270ea0e Bump website download links to 0.5.0 2016-02-10 12:08:29 -05:00
Jeff Mitchell
a7b0aadc9e
Cut version 0.5.0 v0.5.0 2016-02-10 08:02:18 -05:00
Jeff Mitchell
11151af1dc Add change of exit code for status to upgrade page 2016-02-10 08:01:54 -05:00
Jeff Mitchell
7b3e02774f changelog++ 2016-02-10 08:01:46 -05:00
Jeff Mitchell
4e7c92f8dc changelog++ 2016-02-08 11:40:52 -05:00
Jeff Mitchell
ef8086b17f Update documentation for status command to reflect new return codes 2016-02-08 11:36:08 -05:00
Jeff Mitchell
44a412f5a0 changelog++ 2016-02-07 14:02:55 -05:00
Jeff Mitchell
a1fcf2025f Merge pull request #1036 from hashicorp/tls-notbefore-skew
Add slack on NotBefore value for generated certs.
2016-02-07 14:01:05 -05:00
Jeff Mitchell
122773ba71 Add slack on NotBefore value for generated certs.
This fixes an issue where, due to clock skew, one system can get a cert
and try to use it before it thinks it's actually valid. The tolerance of
30 seconds should be high enough for pretty much any set of systems
using NTP.

Fixes #1035
2016-02-07 14:00:03 -05:00
Jeff Mitchell
71468c91c0 changelog++ 2016-02-04 16:40:00 -05:00
Jeff Mitchell
f7e228a17a changelog++ 2016-02-04 13:49:01 -05:00
Jeff Mitchell
799b91f8b5 Add some extra info on the build to the changelog and bump the version in preparation for release 2016-02-04 11:54:14 -05:00
Jeff Mitchell
cb3f0fb225 changelog++ 2016-02-04 11:42:58 -05:00
Jeff Mitchell
9abe954613
Cut version 0.5.0-rc2 v0.5.0-rc2 2016-02-04 09:53:39 -05:00
Jeff Mitchell
7745a22502 Bump version 2016-02-04 09:53:27 -05:00
Jeff Mitchell
1ddaefa3af Fix some changelog formatting 2016-02-04 09:53:23 -05:00
Jeff Mitchell
f75e121d8c Introduce a locking inmem storage for unit tests that are doing concurrent things 2016-02-04 09:40:35 -05:00
Jeff Mitchell
d2de99f2ec Merge pull request #1028 from hashicorp/transit-fuzz-test
Add transit fuzz test
2016-02-03 21:19:01 -05:00
Jeff Mitchell
cd70e18b2b Merge pull request #1029 from hashicorp/list-command-ending-slash
On the CLI, ensure listing ends with /.
2016-02-03 21:09:20 -05:00
Jeff Mitchell
c6cfa99284 On the CLI, ensure listing ends with /. 2016-02-03 21:08:46 -05:00
Jeff Mitchell
f4df0d828e Add transit fuzz test 2016-02-03 17:36:15 -05:00
Vishal Nayak
39d9cf292c Merge pull request #1021 from hashicorp/vault-seal-1006
Sealing vault in standby mode
2016-02-03 15:22:16 -05:00
Jeff Mitchell
cbd73eb69d changelog++ 2016-02-03 15:14:34 -05:00
Jeff Mitchell
a0afc8ba78 Merge pull request #1025 from mhaji/patch-1
Correct a small typo in HA internals
2016-02-03 15:14:24 -05:00
Mukhtar Haji
28ff6184ae Correct a small typo 2016-02-03 20:08:33 +00:00
Jeff Mitchell
7a4cbc0576 changelog++ 2016-02-03 15:07:53 -05:00
Jeff Mitchell
312bbb8427 Merge pull request #1024 from merri-j/patch-1
Add postgresql to bullet list of backends
2016-02-03 15:07:36 -05:00
vishalnayak
6e8989f0aa Generalized the error message and updated doc 2016-02-03 15:06:18 -05:00
Jeff Mitchell
ff2781e3b4 Oops, we needed that, but for a different reason than the comment said. So put the test back but fix the comment 2016-02-03 14:05:29 -05:00
merri-j
433f866a6b Add postgresql to bullet list of backends 2016-02-03 14:04:55 -05:00
Jeff Mitchell
393cd17e53 Remove some unneeded copied logic from passthrough in cubbyhole 2016-02-03 13:57:34 -05:00
Jeff Mitchell
2c09b0c4dc Merge pull request #1023 from hashicorp/cubbyhole-list-default-policy
Add listing of cubbyhole's root to the default policy.
2016-02-03 13:52:40 -05:00
Jeff Mitchell
4a0a81128a Add listing of cubbyhole's root to the default policy.
This allows `vault list cubbyhole` to behave as expected rather than
requiring `vault list cubbyhole/`. It could be special cased in logic,
but it also serves as a model for the same behavior in e.g. `generic`
mounts where special casing is not possible due to unforeseen mount
paths.
2016-02-03 13:50:47 -05:00
vishalnayak
45996ce928 Test for seal on standby node 2016-02-03 12:28:01 -05:00
Jeff Mitchell
37a63e6e40 Add some documentation to the API revoke functions 2016-02-03 11:42:13 -05:00
vishalnayak
1376c670bc Added comments to changes the error message 2016-02-03 11:35:47 -05:00
Jeff Mitchell
d5b568b359 changelog++ 2016-02-03 11:25:43 -05:00
vishalnayak
9f03ea24ce Throw error on sealing vault in standby mode 2016-02-03 10:58:33 -05:00
Jeff Mitchell
1746086e88 changelog++ 2016-02-03 09:13:40 -05:00
Jeff Mitchell
801b6de2f6 Merge pull request #1017 from hashicorp/phinze/api-sys-mount-config
Parse and return MountConfigOutput from API
2016-02-03 09:12:31 -05:00
Jeff Mitchell
e6d09d462f Merge pull request #1015 from hashicorp/command-server-hatest
Add test for HA availability to command/server
2016-02-03 08:42:52 -05:00
Jeff Mitchell
6c8961af28 Fix build tag 2016-02-03 08:41:31 -05:00
Jeff Mitchell
495f77b01a Merge pull request #1016 from hashicorp/sethvargo/post
Link to blog post on using with CM
2016-02-02 22:36:43 -05:00
Paul Hinze
1f78f07d7b Parse and return MountConfigOutput from API
When working on the Terraform / Vault integration I came across the fact
that `Sys().MountConfig(...)` didn't seem to return a response struct,
even though it's a `GET` method.

Looks like just a simple oversight to me. This fix does break API BC,
but the method had no use without its return value so I feel like that's
probably a mitigating factor.
2016-02-02 17:11:05 -06:00
Seth Vargo
ac614492d7 Link to blog post on using with CM 2016-02-02 18:00:39 -05:00
Jeff Mitchell
2cf9afe5d6 Add test for HA availability to command/server 2016-02-02 17:47:02 -05:00
Jeff Mitchell
c41a6d2104
Cut version 0.5.0-rc1.2 v0.5.0-rc1.2 2016-02-02 15:13:30 -05:00