Commit Graph

2667 Commits

Author SHA1 Message Date
Jeff Mitchell d773af7dff 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 0ef8dced48 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 38c51f9412 Fix build tag 2016-02-03 08:41:31 -05:00
Jeff Mitchell 1102341523 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 073965de8c 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 4ca9d72f3a Link to blog post on using with CM 2016-02-02 18:00:39 -05:00
Jeff Mitchell 7e0d4bef3e Add test for HA availability to command/server 2016-02-02 17:47:02 -05:00
Jeff Mitchell 1e66451c0d
Cut version 0.5.0-rc1.2 2016-02-02 15:13:30 -05:00
Jeff Mitchell a2bb51e7de remove unneeded assignment 2016-02-02 15:11:35 -05:00
Jeff Mitchell a5bf677bb3 Ensure that we fall back to Backend if HABackend is not specified. 2016-02-02 15:09:58 -05:00
Vishal Nayak d02930fd95 Merge pull request #1013 from hashicorp/fix-ssh-tests
Fix SSH tests
2016-02-02 14:22:09 -05:00
vishalnayak f2e8ac0658 Fix SSH test cases. 2016-02-02 12:32:50 -05:00
Jeff Mitchell 97820179d3
Cut version 0.5.0-rc1.1 2016-02-02 11:53:20 -05:00
Jeff Mitchell fc5a09135f changelog++ 2016-02-02 11:38:27 -05:00
Jeff Mitchell 00e2504651 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 159754acf2 Use capabilities to determine upsert-ability in transit. 2016-02-02 10:03:14 -05:00
Jeff Mitchell 5ef8839e48 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 de51f09c51
Cut version 0.5.0-rc1 2016-02-01 20:47:09 -05:00
Jeff Mitchell 14f91f2f27 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 6e6382d410 Some rewording based on feedback 2016-02-01 20:24:28 -05:00
Jeff Mitchell f9bced579b +list of 2016-02-01 20:17:06 -05:00
Jeff Mitchell 66494faa3f Add an install/upgrade section. Add general and 0.5 upgrade procedures. 2016-02-01 20:17:06 -05:00
Jeff Mitchell 416176a5aa changelog++ 2016-02-01 20:16:56 -05:00
Jeff Mitchell 6c605a243f 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 1d385b4de3 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 20f45678e6 Fix comment text 2016-02-01 17:20:16 -05:00
Jeff Mitchell 10788215fc Add rekey nonce info to Changelog 2016-02-01 16:13:42 -05:00
Jeff Mitchell f118fd7d71 Bump version to rc1 2016-02-01 15:22:36 -05:00
Jeff Mitchell ca5e4dd955 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 dc584d4905 changelog++ 2016-02-01 13:45:28 -05:00
Jeff Mitchell 5abc77b263 changelog++ 2016-02-01 13:37:13 -05:00
Jeff Mitchell 6ff654db4c 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 873dd9df1b 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 fc6d23a54e 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 ff3adce39e 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 0f5db5da6c changelog++ 2016-02-01 10:29:40 -05:00
Jeff Mitchell 0bfeed2b3a Merge pull request #1005 from hashicorp/cassandra-proto-ver
Cassandra updates
2016-02-01 10:28:50 -05:00
Jeff Mitchell af73d965a4 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
Jeff Mitchell 9a21d03689 Update documentation around default_lease_ttl and max_lease_ttl.
Fixes #1004
2016-02-01 09:44:42 -05:00
Jeff Mitchell fa6f9b0dfe Merge pull request #1002 from hashicorp/remove-grace-periods
Remove grace periods
2016-01-31 19:33:36 -05:00
Jeff Mitchell 627082b838 Remove grace periods 2016-01-31 19:33:16 -05:00
Jeff Mitchell e2bc72ccdd Merge pull request #1001 from hashicorp/lease-extend-systemview
Merge backend lease-extend changes from staging
2016-01-31 19:25:21 -05:00
Jeff Mitchell 48868cb1bc Merge pull request #996 from hashicorp/lease-extend-systemview-backends
Update backends to use new LeaseExtend and be more consistent
2016-01-31 19:16:24 -05:00
Jeff Mitchell 0ea3864d12 Merge pull request #993 from hashicorp/lease-extend-systemview
Rejig leases
2016-01-31 19:16:12 -05:00
Jeff Mitchell 61eec74b4e Remove app-id renewal for the moment until verification logic is added 2016-01-31 19:12:20 -05:00
Jeff Mitchell d0eb0813b1 Add vault-java-drver to libraries 2016-01-29 21:02:54 -05:00
Jeff Mitchell 88148e6190 changelog++ 2016-01-29 21:01:48 -05:00
Jeff Mitchell df536a8f0a Fix token backend doc bug
Fixes #990
2016-01-29 21:01:08 -05:00
Jeff Mitchell 470ea58d73 Match leases in the test 2016-01-29 20:45:38 -05:00
Jeff Mitchell bf13d68372 Fix userpass acceptance tests by giving it a system view 2016-01-29 20:14:14 -05:00