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
Jeff Mitchell
4d5686452b
Merge pull request #1324 from hashicorp/sethvargo/doc_gpg
...
Add a page for step-by-step gpg/keybase
2016-06-03 13:24:57 -04:00
Jeff Mitchell
bcf7f3ddb9
Make some updates to PGP documentation
2016-06-03 13:23:20 -04:00
Jeff Mitchell
cd6e91ac09
Update/add vendor
2016-06-03 10:29:46 -04:00
Jeff Mitchell
bec4557606
Merge pull request #1483 from hashicorp/scada
...
Scada support
2016-06-03 10:10:50 -04:00
Jeff Mitchell
5db29eefbe
Merge pull request #1484 from hashicorp/consul-be-test
...
Use backend function instead of separate backend creation in consul
2016-06-03 10:09:19 -04:00
Jeff Mitchell
c2a8b09e7b
Use backend function instead of separate backend creation in consul
2016-06-03 10:08:58 -04:00
Jeff Mitchell
e2afdc5e4c
Merge pull request #1479 from hashicorp/reuse-be-creation-tests
...
Change AWS/SSH to reuse backend creation code for test functions
2016-06-03 09:59:37 -04:00
Jeff Mitchell
32b4f48e66
Add a metadata node_id field for Atlas usage and fix tests
2016-06-02 18:19:51 -04:00
Jeff Mitchell
d32283ba49
Initial Atlas listener implementation
2016-06-02 14:05:47 -04:00
Jeff Mitchell
29c78f6512
Add hashicorp-announce to readme
2016-06-01 22:09:28 -04:00