Jeff Mitchell
343d1714c1
Bump deps
2017-10-27 15:06:04 -04:00
Jeff Mitchell
08d9353c60
Only call ConfigureTransport if "h2" is not already in NextProtos.
...
Fixes #3435
2017-10-27 14:08:30 -04:00
Jeff Mitchell
46afada06d
Only copy hooks if building from a git repo
...
Fixes #3498
2017-10-27 13:11:04 -04:00
Jeff Mitchell
d8e2179a42
Rejig some error messages in pki
2017-10-27 12:02:18 -04:00
vishalnayak
f16e164753
changelog++
2017-10-27 11:29:30 -04:00
Vishal Nayak
b16084fdaf
aws-ec2: Avoid audit logging of custom nonces ( #3381 )
2017-10-27 11:23:15 -04:00
smeach
c575435040
Updated cli arg to reflect text description ( #3487 )
2017-10-27 09:44:56 -05:00
AJ Bourg
a71add2973
Add a doc for the token helper ( #3411 )
...
* Add token helper docs.
* Update it so the new token helpers page appears in the navigation.
2017-10-27 09:42:33 -05:00
Jeff Mitchell
05db6937f3
changelog++
2017-10-26 15:30:55 -04:00
Jeff Mitchell
9b9c4db6fb
Merge pull request #3479 from hashicorp/issue-3476
...
Allow underscores at the start of directories in file backend.
2017-10-26 15:30:11 -04:00
Jeff Mitchell
0c8bda2061
Merge branch 'master' into issue-3476
2017-10-26 15:29:32 -04:00
Jeff Mitchell
8a610e1e78
Move underscore tests to file from physical testing
2017-10-26 15:29:10 -04:00
Jeff Mitchell
28b0db38cc
Revert couchdb changes
2017-10-26 15:27:20 -04:00
Jeff Mitchell
85500b5c3a
Change prefix to a string that can be specified, rather than a bool
2017-10-26 15:26:28 -04:00
Jeff Mitchell
7e32ac15ec
Add prefixing to couch to fix the error that was exposed
2017-10-26 15:26:28 -04:00
Jeff Mitchell
425b781fc8
Fix more tests
2017-10-26 15:26:28 -04:00
Jeff Mitchell
40a6635cd6
Fix testing
2017-10-26 15:26:28 -04:00
Jeff Mitchell
e122853746
Add some more tests
2017-10-26 15:26:28 -04:00
Jeff Mitchell
3af3cf2b73
Allow underscores at the start of directories in file backend.
...
Fixes #3476
2017-10-26 15:26:28 -04:00
Brian Kassouf
6c35cb9a72
Fix a logic bug in the respondRaw function ( #3491 )
2017-10-26 00:08:10 -07:00
Jeff Mitchell
03cd40345f
Properly format autogenerated clusteraddr
2017-10-25 14:43:05 -04:00
Jeff Mitchell
d9bef0abca
Update storedBarrierKeysPath name
2017-10-25 11:59:02 -04:00
Jeff Mitchell
cf1cf8eee4
If no clusterAddr is given but we have a single synthesized cluster addresses, automatically use it. ( #3486 )
2017-10-24 16:58:53 -04:00
Christophe Tafani-Dereeper
5ff1485a3e
Correct typos in the sys/raw documentation ( #3484 )
2017-10-24 10:33:57 -04:00
Jeff Mitchell
a80791ce7e
Update proto
2017-10-23 17:45:05 -04:00
Jeff Mitchell
65f664be47
Make compile
2017-10-23 17:41:44 -04:00
Jeff Mitchell
a25dae82dd
Final sync
2017-10-23 17:39:21 -04:00
Jeff Mitchell
d38a699c32
Make compile
2017-10-23 17:15:56 -04:00
Jeff Mitchell
8e271dcbdc
More syncing
2017-10-23 16:52:56 -04:00
Jeff Mitchell
8e9317792d
Fix some merge/update bugs
2017-10-23 16:49:46 -04:00
Jeff Mitchell
c144f95be0
Sync over
2017-10-23 16:43:07 -04:00
Jeff Mitchell
aaa1094240
Remove extra curly brace
2017-10-23 16:06:27 -04:00
Jeff Mitchell
b7ffe7ec99
Sync over
2017-10-23 16:03:36 -04:00
Jeff Mitchell
3c6fe40a91
Sync
2017-10-23 15:35:28 -04:00
Jeff Mitchell
d7c5a3acfc
Remove some diffing cruft
2017-10-23 15:13:04 -04:00
Jeff Mitchell
40643aa14c
Remove some old policy upgrade code
2017-10-23 15:11:29 -04:00
Jeff Mitchell
47dae8ffc7
Sync
2017-10-23 14:59:37 -04:00
Jeff Mitchell
d6a9a770c1
Sync some seal testing stuff
2017-10-23 13:42:04 -04:00
Jeff Mitchell
14b832fde0
Sync some changes
2017-10-23 12:50:34 -04:00
Jeff Mitchell
a737a52201
Remove unneeded build tag
2017-10-23 12:46:35 -04:00
Jeff Mitchell
e73a71f7fc
Sync makefile
2017-10-23 12:38:30 -04:00
Joel Thompson
325ac0e86e
auth/aws: Fix path-help for role endpoint ( #3474 )
...
Some of the path help documentation was incorrect for auth/aws/role as
behavior changed during PR development and the help wasn't updated. This
fixes incorrect information and makes the path help somewhat more
consistent.
Fixes #3472
2017-10-23 10:53:09 -04:00
Vishal Nayak
2ede750c78
return the actual error for base64 decoding failure ( #3397 )
2017-10-20 11:21:45 -04:00
Chris Hoffman
e4065e33d2
copying general purpose tools from transit backend to /sys/tools ( #3391 )
2017-10-20 10:59:17 -04:00
Joel Thompson
fb6cd052c5
Explicitly check go version in build ( #3309 )
...
* Explicitly check go version in build
Several GH issues have been opened by people trying to use an older
version of Go to build Vault (e.g., #3307 is the most recent). This adds
an explicit check to the build to hopefully make it more clear to users
in the future.
* Also add checking for go patch version
* Up minimum go version
And fix a comment
* Bump travis to go1.9.1
2017-10-19 16:30:19 -04:00
Seth Vargo
6fd9d11c79
Allow more complex errors from plugins (no interface change) ( #3444 )
...
* Allow more complex errors from plugins
This enables more complex types to be registered and returned from plugins.
* Register common error types
This is a slightly less drastic change, which keeps the HTTPCodedError
as an interface.
* Remove replication error from list
2017-10-19 13:29:59 -07:00
Vishal Nayak
ce3c341838
Added spellcheck target to makefile ( #3398 )
...
* Added spellcheck target to makefile
* address review comments
2017-10-19 12:55:39 -04:00
Chris Hoffman
df29bc4fc0
updating mssql docs ( #3477 )
2017-10-19 11:21:29 -04:00
Brian Shumate
d150f374fd
Match plugin name from releases ( #3453 )
2017-10-19 11:10:42 -04:00
Jeff Mitchell
ca93d16277
changelog++
2017-10-18 14:25:35 -04:00