Jeff Mitchell
fde0e35db0
Sync makefile
2017-10-23 12:38:30 -04:00
Joel Thompson
e271ced8b5
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
a5e0e42b6a
return the actual error for base64 decoding failure ( #3397 )
2017-10-20 11:21:45 -04:00
Chris Hoffman
49df3d67e5
copying general purpose tools from transit backend to /sys/tools ( #3391 )
2017-10-20 10:59:17 -04:00
Joel Thompson
7e03a4aed7
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
e768b73403
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
b78a63befb
Added spellcheck target to makefile ( #3398 )
...
* Added spellcheck target to makefile
* address review comments
2017-10-19 12:55:39 -04:00
Chris Hoffman
07ea7ba193
updating mssql docs ( #3477 )
2017-10-19 11:21:29 -04:00
Brian Shumate
9b9cc294aa
Match plugin name from releases ( #3453 )
2017-10-19 11:10:42 -04:00
Jeff Mitchell
648a7bd237
changelog++
2017-10-18 14:25:35 -04:00
navinanandaraj
ece3c77e6f
Change list users to list all for session validation ( #3469 )
2017-10-18 14:24:12 -04:00
Vishal Nayak
d5f3f3a3a0
set entity id on the token ( #3468 )
2017-10-18 13:23:05 -04:00
Vishal Nayak
eabc1842cd
remove premium version checks for identity store ( #3462 )
2017-10-17 14:08:51 -04:00
Jeff Mitchell
27f375d5c7
changelog++
2017-10-16 16:27:10 -04:00
Jeff Mitchell
86f967bbaf
Try out a radius fix ( #3461 )
2017-10-16 16:26:34 -04:00
vishalnayak
487debad74
fix typo
2017-10-15 15:43:47 -04:00
Vishal Nayak
605182d0f4
add entity aliases from credential backends ( #3457 )
2017-10-15 15:13:12 -04:00
blazindragon
aafaf1cf87
Correct typo: DELET to DELETE ( #3452 )
2017-10-13 10:11:04 -04:00
Jeff Mitchell
a8bca9362f
Use 0700 for directory permissions in file physical backend.
2017-10-12 14:24:34 -04:00
Brian Kassouf
26a71da225
Add a note about the instant client libraries ( #3434 )
...
* Add a note about the instant client libraries
* Update oracle.html.md
2017-10-12 09:40:06 -04:00
Vishal Nayak
6b9ce0c8c5
Porting identity store ( #3419 )
...
* porting identity to OSS
* changes that glue things together
* add testing bits
* wrapped entity id
* fix mount error
* some more changes to core
* fix storagepacker tests
* fix some more tests
* fix mount tests
* fix http mount tests
* audit changes for identity
* remove upgrade structs on the oss side
* added go-memdb to vendor
2017-10-11 10:21:20 -07:00
Jeff Mitchell
a3bd4530b6
changelog++
2017-10-11 11:49:39 -04:00
Jeremy Voorhis
333bd83a3f
Implement signing of pre-hashed data ( #3448 )
...
Transit backend sign and verify endpoints now support algorithm=none
2017-10-11 11:48:51 -04:00
Chris Hoffman
33e004f637
adding ability to set gcflags on build ( #3451 )
2017-10-11 11:36:26 -04:00
Martins Sipenko
095017a364
Fix docs ( #3449 )
2017-10-11 11:29:26 -04:00
Brendan
6ecbad6c62
Update index.html.md ( #3433 )
...
Fixed typo in json property used to create custom secret_id
2017-10-11 09:25:43 -04:00
emily
ea412e52b7
add GCP APIs that need to be enabled to GCP auth docs, small doc fixes ( #3446 )
2017-10-11 09:18:32 -04:00
Jeff Mitchell
f6c277cd2d
Sync up server.go a bit
2017-10-10 12:27:51 -04:00
Seth Vargo
fab7f3bd9a
Fix tags on structure ( #3442 )
...
The comma breaks mapstructure for this actually.
2017-10-10 10:53:46 -04:00
Billie Cleek
022e93f627
do not panic when Client.Transport is not *http.Transport ( #3440 )
2017-10-10 08:46:54 -04:00
Jeff Mitchell
6775fe4927
changelog++
2017-10-09 08:50:01 -04:00
Jeff Mitchell
42953d6482
Fix panic when setting a client http client with no transport ( #3437 )
...
Fixes #3436
2017-10-09 08:49:20 -04:00
Brian Kassouf
f0348318e7
Update CHANGELOG.md
2017-10-06 14:22:33 -07:00
Brian Kassouf
9689e88561
Allow for response errors to be passed back from a plugin ( #3412 )
...
* Allow for response errors to be passed back from a plugin
* Fix issue with checking plugin.BasicError == nil
2017-10-06 14:20:57 -07:00
Jeff Mitchell
2758dbcf27
changelog++
2017-10-06 14:30:42 -04:00
Jeff Mitchell
024aad97ac
changelog++
2017-10-06 14:29:59 -04:00
Marcus Söderberg
af3022b4f5
Add http headers to the api client ( #3394 )
2017-10-06 14:27:58 -04:00
Nicolas Corrarello
72b0a2fcdb
Adding Nomad docs to the nav. Minor cosmetics fixes
2017-10-06 16:03:06 +01:00
Ben Paxton
44e0deff44
Append trailing slash to folder listing in etcd3 backend ( #3406 )
2017-10-06 09:48:46 -04:00
David Dixon
111369e336
Small typo corrections for policies doc ( #3413 )
2017-10-06 09:38:00 -04:00
Nicolas Corrarello
c99b741bed
A few simple fixes for the Github API docs ( #3432 )
2017-10-06 06:13:47 -04:00
Chris Hoffman
1c4baa56e9
only inject data into top level for existing sys/ paths ( #3426 )
2017-10-05 11:17:50 -04:00
Vishal Nayak
8e1ffd3135
update deps ( #3425 )
...
Update deps for Kubernetes and GCP auth plugins
2017-10-04 22:59:12 -04:00
Vishal Nayak
21d83e1251
plugin version bump ( #3423 )
2017-10-04 20:02:13 -04:00
Calvin Leung Huang
6c1ba24a7d
Fix plugin args output ( #3424 )
2017-10-04 20:00:53 -04:00
Jeff Mitchell
27197f728e
Status code is an int, fix printing
2017-10-04 15:41:51 -04:00
Daniel DeFisher
57b8871e58
upgrade ldap api docs to refrect 0.8.3 change to returned json of policies ( #3421 )
2017-10-04 15:40:28 -04:00
Vishal Nayak
8ae19b2686
Rename persona to alias ( #3420 )
...
Merging this will break the build. I'll fix it post merge by updating the vendor libs.
2017-10-04 13:35:05 -04:00
Jeff Mitchell
5c4fb67fb8
changelog++
2017-10-03 16:15:30 -04:00
Jeff Mitchell
08155f67f5
changelog++
2017-10-03 16:14:41 -04:00