7782 Commits

Author SHA1 Message Date
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
Jeff Mitchell
dcb6901593 remove unneeded assignment 2016-02-02 15:11:35 -05:00
Jeff Mitchell
92c276369d Ensure that we fall back to Backend if HABackend is not specified. 2016-02-02 15:09:58 -05:00
Vishal Nayak
eb482c4066 Merge pull request #1013 from hashicorp/fix-ssh-tests
Fix SSH tests
2016-02-02 14:22:09 -05:00
vishalnayak
6b5b96d795 Fix SSH test cases. 2016-02-02 12:32:50 -05:00
Jeff Mitchell
a84364bc4a
Cut version 0.5.0-rc1.1 v0.5.0-rc1.1 2016-02-02 11:53:20 -05:00
Jeff Mitchell
51119c679b changelog++ 2016-02-02 11:38:27 -05:00
Jeff Mitchell
decc16d77d Merge pull request #1012 from hashicorp/transit-upsert-capabilities
Use capabilities to determine upsert-ability in transit.
2016-02-02 11:06:22 -05:00
Jeff Mitchell
3ac40a7ae5 Use capabilities to determine upsert-ability in transit. 2016-02-02 10:03:14 -05:00
Jeff Mitchell
216fe1b9da Revert "Re-add upsert into transit. Defaults to off and a new endpoint /config"
This reverts commit dc27d012c0357f93bfd5bd8d480f3e229166307a.
2016-02-02 09:26:25 -05:00
Jeff Mitchell
57e7ad289d
Cut version 0.5.0-rc1 v0.5.0-rc1 2016-02-01 20:47:09 -05:00
Jeff Mitchell
cbc8c80c27 Merge pull request #1009 from hashicorp/0.5-upgrade
Add an install/upgrade section. Add general and 0.5 upgrade procedures.
2016-02-01 20:25:12 -05:00
Jeff Mitchell
da6663ba6e Some rewording based on feedback 2016-02-01 20:24:28 -05:00
Jeff Mitchell
ad802d9ccb +list of 2016-02-01 20:17:06 -05:00
Jeff Mitchell
3b9a30ab65 Add an install/upgrade section. Add general and 0.5 upgrade procedures. 2016-02-01 20:17:06 -05:00
Jeff Mitchell
d62aa0ee19 changelog++ 2016-02-01 20:16:56 -05:00
Jeff Mitchell
889c6b64c5 Merge pull request #1011 from hashicorp/readd-transit-upsert
Re-add upsert into transit. Defaults to off and a new endpoint /config
2016-02-01 20:15:05 -05:00
Jeff Mitchell
dc27d012c0 Re-add upsert into transit. Defaults to off and a new endpoint /config
can be used to turn it on for a given mount.
2016-02-01 20:13:57 -05:00
Jeff Mitchell
d402292f85 Fix comment text 2016-02-01 17:20:16 -05:00
Jeff Mitchell
214f2fc60f Add rekey nonce info to Changelog 2016-02-01 16:13:42 -05:00
Jeff Mitchell
70700c7500 Bump version to rc1 2016-02-01 15:22:36 -05:00
Jeff Mitchell
10a6aec9a3 Merge pull request #980 from rajanadar/patch-8
fixing the return type of verify otp
2016-02-01 14:10:14 -05:00
Jeff Mitchell
f6c043d253 changelog++ 2016-02-01 13:45:28 -05:00
Jeff Mitchell
c5a2e0b7cf changelog++ 2016-02-01 13:37:13 -05:00
Jeff Mitchell
9c1698a167 Merge pull request #1007 from hashicorp/return-real-ttls
Make "ttl" reflect the actual TTL of the token in lookup calls.
2016-02-01 13:34:20 -05:00
Jeff Mitchell
93b10dc711 Merge pull request #1008 from hashicorp/pem-bundle
Allow the format to be specified as pem_bundle, which creates a
2016-02-01 13:34:13 -05:00
Jeff Mitchell
7fb8db2e6c Allow the format to be specified as pem_bundle, which creates a
concatenated PEM file.

Fixes #992
2016-02-01 13:19:41 -05:00
Jeff Mitchell
1a1d8a8d85 Make "ttl" reflect the actual TTL of the token in lookup calls.
Add a new value "creation_ttl" which holds the value at creation time.

Fixes #986
2016-02-01 11:16:32 -05:00
Jeff Mitchell
2b73a58697 changelog++ 2016-02-01 10:29:40 -05:00
Jeff Mitchell
7de0128f8b Merge pull request #1005 from hashicorp/cassandra-proto-ver
Cassandra updates
2016-02-01 10:28:50 -05:00
Jeff Mitchell
3b77905c75 Cassandra:
* Add ability to change protocol version
* Remove config as a root path, use normal ACLs
* Update docs
2016-02-01 10:27:26 -05:00