Jeff Mitchell
e925987cb6
Add token accessor to wrap information if one exists
2016-06-13 23:58:17 +00:00
Vishal Nayak
8b4c39ea1b
Merge pull request #1518 from hashicorp/fix-bound-ami-id
...
Added bound_ami_id check in login procedure of aws-ec2
2016-06-13 09:37:44 -04:00
vishalnayak
b7eb28bb3a
Added bound_ami_id check
2016-06-13 08:56:39 -04:00
vishalnayak
1776ff449f
Allow reading of config in sql backends
2016-06-11 11:48:40 -04:00
vishalnayak
0760a89eb4
Backend() functions should return 'backend' objects.
...
If they return pointers to 'framework.Backend' objects, the receiver functions can't be tested.
2016-06-10 15:53:02 -04:00
Jeff Mitchell
1de6140d5c
Fix mah broken tests
2016-06-10 14:03:56 -04:00
Jeff Mitchell
9f6c5bc02a
cubbyhole-response-wrapping -> response-wrapping
2016-06-10 13:48:46 -04:00
Vishal Nayak
6dea153937
Merge pull request #1513 from hashicorp/field-data-get-default
...
Added GetDefaultOrZero method to FieldData
2016-06-10 11:03:01 -04:00
vishalnayak
6c5e1969ac
Added GetDefaultOrZero method to FieldData
2016-06-10 10:42:01 -04:00
Jeff Mitchell
c4a56040c4
Merge pull request #1512 from hashicorp/b-aws-ec2-auth
...
Update aws-ec2 auth backend docs
2016-06-10 06:46:55 -04:00
Jon Benson
7883e98eb8
Update aws-ec2.html.md
2016-06-09 23:08:08 -07:00
vishalnayak
c6a27f2fa8
s/VAULT_GITHUB_AUTH_TOKEN/VAULT_AUTH_GITHUB_TOKEN
2016-06-09 14:00:56 -04:00
Jeff Mitchell
91728e6500
changelog++
2016-06-09 13:58:10 -04:00
Jeff Mitchell
b82033516e
Merge pull request #1510 from hashicorp/fix-gh-renew-panic
...
Fix panic when renewing a github token from a previous version of Vault
2016-06-09 13:54:20 -04:00
Jeff Mitchell
7c65dc9bf1
xInt->xRaw
2016-06-09 13:54:04 -04:00
Vishal Nayak
d33b223a93
Merge pull request #1511 from hashicorp/github-auth-env
...
VAULT_GITHUB_AUTH_TOKEN env var to receive GitHub auth token
2016-06-09 13:53:41 -04:00
vishalnayak
308294db46
Added VAULT_GITHUB_AUTH_TOKEN env var to receive GitHub auth token
2016-06-09 13:45:56 -04:00
Jeff Mitchell
1715b3dcb8
Fix panic when renewing a github token from a previous version of Vault
2016-06-09 13:37:09 -04:00
Jeff Mitchell
61ad159fb8
changelog++
2016-06-09 12:31:07 -04:00
Jeff Mitchell
41decb2e16
update sys-health docs with HEAD info
2016-06-09 12:30:23 -04:00
Jeff Mitchell
d2b9f5181c
Merge pull request #1509 from dstelter/head_health
...
Support HEAD requests to /v1/sys/health
2016-06-09 12:27:54 -04:00
Daniel Stelter-Gliese
8b1da1a105
Support HEAD requests to /v1/sys/health
...
Some load balancers send HTTP HEAD requests to extract the status code.
2016-06-09 18:16:28 +02:00
Jeff Mitchell
036b589b8e
Merge pull request #1506 from hashicorp/dont-validate-ttl-on-write
...
Don't check parsability of a `ttl` key on write.
2016-06-09 10:33:53 -04:00
Jeff Mitchell
e4ce81afa1
Remove unneeded Fields in passthrough
2016-06-09 10:33:24 -04:00
Jeff Mitchell
351f536913
Don't check parsability of a `ttl` key on write.
...
On read we already ignore bad values, so we shouldn't be restricting
this on write; doing so alters expected data-in-data-out behavior. In
addition, don't issue a warning if a given `ttl` value can't be parsed,
as this can quickly get annoying if it's on purpose.
The documentation has been updated/clarified to make it clear that this
is optional behavior that doesn't affect the status of the key as POD
and the `lease_duration` returned will otherwise default to the
system/mount defaults.
Fixes #1505
2016-06-08 20:14:36 -04:00
Jeff Mitchell
287de23241
Cut version 0.6.0-rc1
2016-06-08 16:24:58 -04:00
Jeff Mitchell
872745ef33
Remove filtering that seems to be no longer needed in vendor build tags
2016-06-08 16:24:48 -04:00
Jeff Mitchell
a49cc0a4a5
Update deps, this time removing appengine/go1.7 filter
2016-06-08 16:23:42 -04:00
Jeff Mitchell
b299e7d16b
Update deps
2016-06-08 16:14:05 -04:00
Jeff Mitchell
2b4b6559e3
Merge pull request #1504 from hashicorp/token-store-roles-renewability
...
Add renewable flag to token store roles
2016-06-08 15:56:54 -04:00
Jeff Mitchell
f20b07472d
changelog++
2016-06-08 15:50:24 -04:00
Laura Bennett
5ccb4fe907
Merge pull request #1498 from hashicorp/pki-list
...
PKI List Functionality
2016-06-08 15:42:50 -04:00
Jeff Mitchell
24a7fdfe7f
Update version to rc1
2016-06-08 15:40:13 -04:00
Jeff Mitchell
433033db3c
changelog++
2016-06-08 15:37:34 -04:00
Jeff Mitchell
839a0bbcb0
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
8a1bff7c11
Make out-of-bounds explicit max a cap+warning instead of an error
2016-06-08 15:25:17 -04:00
Jeff Mitchell
cf8f38bd4c
Add renewable flag to token store roles
2016-06-08 15:17:22 -04:00
Laura Bennett
fc8c73584b
url fix
2016-06-08 14:53:33 -04:00
Jeff Mitchell
65d8973864
Add explicit max TTL capability to token creation API
2016-06-08 14:49:48 -04:00
Laura Bennett
08cd10d541
Updates for pki/certs list functionality
2016-06-08 14:37:57 -04:00
Jeff Mitchell
6ff0742aa6
Remove unneeded else
2016-06-08 13:55:31 -04:00
vishalnayak
f9c3afcc21
Fix broken test
2016-06-08 13:00:19 -04:00
vishalnayak
26fee0dd13
Merge branch 'master' of https://github.com/hashicorp/vault into master-oss
2016-06-08 12:50:56 -04:00
vishalnayak
6c4234eae6
Minor changes to the RabbitMQ acceptance tests
2016-06-08 12:50:43 -04:00
LLBennett
3795b65d19
Updates to the test based on feedback.
2016-06-08 16:49:10 +00:00
Jeff Mitchell
666a87e5c9
changelog++
2016-06-08 12:32:12 -04:00
Jeff Mitchell
b8c30aea18
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
f7cfb66510
Merge pull request #1501 from hashicorp/azure-permitpool
...
Add permitPool support to Azure
2016-06-08 12:31:12 -04:00
Jeff Mitchell
d70aa85cda
changelog++
2016-06-08 12:29:47 -04:00
Jeff Mitchell
5d510c94f4
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