9692 Commits

Author SHA1 Message Date
Jeff Mitchell
527e6b91cc changelog++ 2016-06-08 15:50:24 -04:00
Laura Bennett
c21ef90dba Merge pull request #1498 from hashicorp/pki-list
PKI List Functionality
2016-06-08 15:42:50 -04:00
Jeff Mitchell
da70b0fd99 Update version to rc1 2016-06-08 15:40:13 -04:00
Jeff Mitchell
bedb0f4c7a changelog++ 2016-06-08 15:37:34 -04:00
Jeff Mitchell
faf11b3e33 Merge pull request #1503 from hashicorp/explicit-max-token-create
Add explicit max TTL capability to token creation API
2016-06-08 15:34:06 -04:00
Jeff Mitchell
a9e36480d0 Make out-of-bounds explicit max a cap+warning instead of an error 2016-06-08 15:25:17 -04:00
Jeff Mitchell
9c6a03ade9 Add renewable flag to token store roles 2016-06-08 15:17:22 -04:00
Laura Bennett
8fb5ca046c url fix 2016-06-08 14:53:33 -04:00
Jeff Mitchell
15a40fdde5 Add explicit max TTL capability to token creation API 2016-06-08 14:49:48 -04:00
Laura Bennett
2b3f6d59a5 Updates for pki/certs list functionality 2016-06-08 14:37:57 -04:00
Jeff Mitchell
4d53c5f6b6 Remove unneeded else 2016-06-08 13:55:31 -04:00
vishalnayak
07824acfae Fix broken test 2016-06-08 13:00:19 -04:00
vishalnayak
028cb8cc44 Merge branch 'master' of https://github.com/hashicorp/vault into master-oss 2016-06-08 12:50:56 -04:00
vishalnayak
6d730e33bf Minor changes to the RabbitMQ acceptance tests 2016-06-08 12:50:43 -04:00
LLBennett
44b1f5fc25 Updates to the test based on feedback. 2016-06-08 16:49:10 +00:00
Jeff Mitchell
7ee383613f changelog++ 2016-06-08 12:32:12 -04:00
Jeff Mitchell
3a5a11529b Merge pull request #1502 from hashicorp/pr-1425
Staging area for me to fix up PR 1425
2016-06-08 12:31:31 -04:00
Jeff Mitchell
584308202c Merge pull request #1501 from hashicorp/azure-permitpool
Add permitPool support to Azure
2016-06-08 12:31:12 -04:00
Jeff Mitchell
acd782696c changelog++ 2016-06-08 12:29:47 -04:00
Jeff Mitchell
9e4922e6d4 Merge pull request #1499 from hashicorp/toggleable-renew-for-tokencreate
Add renewable flag and API setting for token creation
2016-06-08 12:27:05 -04:00
Jeff Mitchell
708375b999 Update docs 2016-06-08 12:23:04 -04:00
Jeff Mitchell
17ea8c20a4 Update docs with max_parallel 2016-06-08 12:22:18 -04:00
Jeff Mitchell
5136b8c08c Add permit pool and cleanhttp support to Swift 2016-06-08 12:20:21 -04:00
Jeff Mitchell
8103675f72 Merge remote-tracking branch 'origin/master' into pr-1425 2016-06-08 12:10:29 -04:00
Jeff Mitchell
ff16f0d157 Change vendoring 2016-06-08 12:10:12 -04:00
Jeff Mitchell
03b2897f74 Add permitPool support to Azure 2016-06-08 12:01:43 -04:00
Laura Bennett
5d945067de Add PKI listing 2016-06-08 11:50:59 -04:00
Jeff Mitchell
9ceeb685e9 Add an explicit default for TTLs for rabbit creds 2016-06-08 11:35:09 -04:00
Jeff Mitchell
e16a46bca2 Fix some typos in rmq text and structure 2016-06-08 11:31:57 -04:00
Jeff Mitchell
517571c04a Add renewable flag and API setting for token creation 2016-06-08 11:14:30 -04:00
vishalnayak
1268c45d45 Merge branch 'master' of https://github.com/hashicorp/vault into master-oss 2016-06-08 10:47:25 -04:00
vishalnayak
618a82567e Added pooled transport for rmq client. Added tests 2016-06-08 10:46:46 -04:00
Jeff Mitchell
4eb7ee3229 changelog++ 2016-06-08 10:39:16 -04:00
Jeff Mitchell
d5fb9ee98d Migrate to go-uuid 2016-06-08 10:36:16 -04:00
Jeff Mitchell
3e8271123d Update deps 2016-06-08 10:33:08 -04:00
vishalnayak
f216292e68 Polish the code 2016-06-08 10:25:03 -04:00
Vishal Nayak
8b15722fb4 Merge pull request #788 from doubledutch/master
RabbitMQ Secret Backend
2016-06-08 10:02:24 -04:00
Jeff Mitchell
05b0d54a76 Merge pull request #1497 from hashicorp/fix-token-renewable
Make token renewable status work properly on lookup
2016-06-08 09:42:46 -04:00
Jeff Mitchell
8b675cbbed Make token renewable status work properly on lookup 2016-06-08 09:19:39 -04:00
Jeff Mitchell
09151dfff8 Merge pull request #1494 from hashicorp/wrap-response-creation-time
Add creation time to returned wrapped token info
2016-06-07 16:18:08 -04:00
Jeff Mitchell
8dffc64388 Use time.Time which does RFC3339 across the wire to handle time zones. Arguably we should change the API to always do this... 2016-06-07 16:01:09 -04:00
Jeff Mitchell
91053b7471 Add creation time to returned wrapped token info
This makes it easier to understand the expected lifetime without a
lookup call that uses the single use left on the token.

This also adds a couple of safety checks and for JSON uses int, rather
than int64, for the TTL for the wrapped token.
2016-06-07 15:00:35 -04:00
Jeff Mitchell
83771f1e72 Add more entries to the 0.6 upgrade notes 2016-06-06 16:04:02 -04:00
Jeff Mitchell
f4b56c0054 Merge pull request #1490 from hashicorp/logicalinmemstorage-to-physicalinmembackend
Make logical.InmemStorage a wrapper around physical.InmemBackend.
2016-06-06 12:12:35 -04:00
Jeff Mitchell
196776b9b8 Make logical.InmemStorage a wrapper around physical.InmemBackend.
This:

* Allows removing LockingInmemStorage since the physical backend already
  locks properly
* Makes listing work properly by adhering to expected semantics of only
  listing up to the next prefix separator
* Reduces duplicated code
2016-06-06 12:03:08 -04:00
Sean Chittenden
ddd365ff4b Merge pull request #1488 from bmonkman/master
#1486 : Fixed sealed and leader checks for consul backend
2016-06-03 16:38:51 -07:00
Bill Monkman
64d72672ff #1486 : Fixed sealed and leader checks for consul backend 2016-06-03 16:00:31 -07:00
Jeff Mitchell
2fb34f6825 Merge pull request #1487 from vinayh/patch-1
Small grammatical error
2016-06-03 14:18:18 -04:00
Vinay Hiremath
eae87ca9b8 Small grammatical error
"invaliding" => "invalidating"
2016-06-03 11:07:54 -07:00
Jeff Mitchell
6f5fa23386 Merge pull request #1470 from hashicorp/unwrap-in-api
Make Unwrap a first-party API command and refactor UnwrapCommand to u…
2016-06-03 13:25:10 -04:00