7782 Commits

Author SHA1 Message Date
Vishal Nayak
b21af847fe Merge pull request #2196 from hashicorp/pki-rev-entry
pki: Avoiding a storage read
2016-12-20 11:19:33 -05:00
vishalnayak
cc92d166f3 Address review feedback 2016-12-20 11:19:47 -05:00
vishalnayak
c80b1dc2b9 pki: Avoiding a storage read 2016-12-20 11:07:20 -05:00
Brian Nuszkowski
fed61f6c12 Add Duo pushinfo capabilities (#2118) 2016-12-19 15:37:44 -05:00
Brian Nuszkowski
787c3de3fe Minor cleanup in audit backend (#2194) 2016-12-19 15:35:55 -05:00
vishalnayak
faa975326d pki: Appended error to error message 2016-12-19 10:49:32 -05:00
vishalnayak
c8319e330d PKI: Added error to the error message 2016-12-19 10:47:29 -05:00
Jeff Mitchell
de16724991 Add tidy expiration test 2016-12-16 17:04:28 -05:00
Jeff Mitchell
f4adc7fa96
Cut version 0.6.4 v0.6.4 2016-12-16 16:07:16 -05:00
Jeff Mitchell
f19c1dd300 Bump TF varibles number 2016-12-16 15:50:46 -05:00
vishalnayak
caf8ffb638 TokenStore: Make the testcase dangle 100 accessors and let it tidy up 2016-12-16 15:41:41 -05:00
Jeff Mitchell
99368255fc changelog++ 2016-12-16 15:38:53 -05:00
Vishal Nayak
42e133b0a8 TokenStore: Added tidy endpoint (#2192) 2016-12-16 15:29:27 -05:00
Jeff Mitchell
5a5b9a689e Bump go-multierror to fix panic 2016-12-16 13:45:55 -05:00
Jeff Mitchell
4cc781f511 Fix up vendor reverting 2016-12-16 13:35:12 -05:00
Jeff Mitchell
a57666b693 Reset vendoring to 0.6.3 2016-12-16 13:31:07 -05:00
Jeff Mitchell
461d2f3f27 Fix revocation of leases when num_uses goes to 0 (#2190) 2016-12-16 13:11:55 -05:00
Matthew Irish
73ee62211e changelog additions for the ui 2016-12-16 11:53:06 -06:00
Elan Ruusamäe
cfbf8bd623 add unix socket example as well (#2193) 2016-12-16 05:13:35 -05:00
Jeff Mitchell
728f91b3c7 Fix shamir test that is failing on valid results 2016-12-16 05:10:07 -05:00
Elan Ruusamäe
31e655d597 Update index.html.md (#2191)
add DSN as link to go-sql-driver/mysql to know the syntax
2016-12-16 03:37:54 -05:00
Vishal Nayak
b4011f7129 Don't add default policy to child token if parent does not have it (#2164) 2016-12-16 00:36:39 -05:00
Jeff Mitchell
a498cec44f normalize some capitlization in error messages 2016-12-15 19:02:33 -05:00
Jeff Mitchell
4cba205741 changelog++ 2016-12-15 18:02:50 -05:00
Vishal Nayak
8f30b4751e Add 'no-store' response header from all the API outlets (#2183) 2016-12-15 17:53:07 -05:00
Jeff Mitchell
cb594ae9a1 changelog++ 2016-12-15 15:50:46 -05:00
Jeff Mitchell
f56eae5e0d Don't panic when TLS is enabled but the initial dial doesn't return a connection (#2188)
Related to #2186
2016-12-15 15:49:30 -05:00
Jeff Mitchell
8d4dbf3fb0 Actually give the logger to inmem backend 2016-12-15 15:48:51 -05:00
Jack Pearkes
ab0ab06212 website: turn off autocomplete on the demo (#2187)
Removes the akward browser autocomplete bar from the tutorial input.
2016-12-15 11:00:44 -05:00
Vishal Nayak
aa3ef05e22 Merge pull request #2185 from jamtur01/docups
Documentation updates
2016-12-14 18:45:03 -05:00
Jeff Mitchell
e65c538932 Update gitignore 2016-12-14 15:51:27 -05:00
James Turnbull
f595e40b8e Edits to the deploy guide 2016-12-14 11:17:50 -05:00
James Turnbull
95ef6552de Edits to the authorization/acl guide 2016-12-14 11:11:14 -05:00
James Turnbull
7248d6ace5 Edits to the authentication guide 2016-12-14 11:06:42 -05:00
James Turnbull
a2352aa13e Formatting and language updates to help guide 2016-12-14 10:55:11 -05:00
James Turnbull
84ab440473 Minor formatting fix to dynamic secrets guide 2016-12-14 10:51:56 -05:00
James Turnbull
ae22f93636 Updated some formatting and language in the secret backends doc 2016-12-14 10:46:14 -05:00
James Turnbull
8f6ad20db1 Updated some formatting and language in the first secret doc 2016-12-14 10:39:45 -05:00
James Turnbull
cbb44b4eed Updated some language and formatting in the dev-server guide 2016-12-14 10:34:52 -05:00
James Turnbull
3122856663 Edits to the install doc in getting started 2016-12-14 10:15:26 -05:00
James Turnbull
f9bde3edfb Added next step to install section 2016-12-14 10:13:15 -05:00
Jeff Mitchell
35a1917bc7 bump deps 2016-12-13 19:12:26 -05:00
Vishal Nayak
9eb3368015 Merge pull request #2176 from vishesh92/patch-1
Fix broken link
2016-12-13 10:00:13 -05:00
vishesh92
d661cf0e8c Fix broken link 2016-12-13 10:56:18 +05:30
Jeff Mitchell
5f39250f45 Set version to 0.6.4-dev 2016-12-09 10:07:01 -05:00
Vishal Nayak
74aa96b3d8 Merge pull request #2167 from frankfarmer/patch-1
Small typo
2016-12-08 20:16:41 -05:00
Frank Farmer
0ad461c0a7 Small typo 2016-12-08 16:51:16 -08:00
Jeff Mitchell
5ec8424036 Update gitignore 2016-12-08 10:09:33 -05:00
mwoolsey
35888df486 Permissions were changed from a structure to and array of interfaces. Code optimization for acl.go. Fixed bug where multiple parameters would allow if second or following parameters were denied and there was a wildcard in allow. 2016-12-06 18:14:15 -08:00
mwoolsey
7f5e832142 Merge branch 'master' of https://github.com/hashicorp/vault 2016-12-06 16:09:32 -08:00