Jeff Mitchell
018b1a2926
changelog++
2018-02-22 20:56:10 -05:00
Joel Thompson
e4eccb389f
auth/aws: Add functional test for detached RSA signature ( #4031 )
...
Previously the functional test was only testing the PCKS7-signed identity
document, not the detached RSA signature, so adding a test for that in the
functional test suite.
2018-02-22 20:55:45 -05:00
Jeff Mitchell
9dcd515057
Change Go min version check
2018-02-22 20:53:25 -05:00
Jeff Mitchell
2caba7cfcc
changelog++
2018-02-22 20:35:59 -05:00
Jeff Mitchell
b84984ca19
Revert Go dep to 1.9
...
Ping GH-4028
2018-02-22 20:21:07 -05:00
Jeff Mitchell
f54832b10a
*Partially* revert "Remove now-unneeded PKCS8 code and update certutil tests for Go 1.10"
...
This partially reverts commit 83f6b21d3ef930df0352a4ae7b1e971790e3eb22.
2018-02-22 20:15:56 -05:00
Jeff Mitchell
831fbe293a
Revert "Remove unneeded looping since Go 1.10 cover it already ( #4010 )"
...
This reverts commit 8aeba427d239613bf78b7d1ce96900da74d2bd5d.
2018-02-22 20:13:36 -05:00
Jeff Mitchell
b175583d28
Bump pkcs7 library version to fix #4024
2018-02-22 20:11:49 -05:00
Jeff Mitchell
e950b77544
Revert "Switch to a forked copy of pkcs7 to fix aws pkcs7 verification error ( #4024 )"
...
This reverts commit f75c7dd15784831aef0bd9fda8a230b0a08556f3.
2018-02-22 20:09:19 -05:00
Jeff Mitchell
74062940bf
changelog++
2018-02-22 20:08:28 -05:00
Yoko
e57eb8d1a1
Changed the layout category menu ( #4007 )
...
* Changed the layout category menu
* Fixed typos
* Fixed a typo, and removed the duplicated generate-root guide
* Fixed the redirect.txt
2018-02-22 16:24:01 -08:00
Chris Hoffman
44a58df738
adding LIST for connections in database backend ( #4027 )
2018-02-22 15:27:33 -05:00
Jeff Mitchell
e118ae30ba
Fix formatting on sys/health docs
2018-02-22 10:52:12 -05:00
Calvin Leung Huang
31ef197526
changelog++
2018-02-22 10:30:27 -05:00
Calvin Leung Huang
45454eb82e
Add TTL related config options on auth enable ( #4019 )
2018-02-22 10:26:29 -05:00
Jeff Mitchell
207081740e
Make docs around regenerate_key more specific
2018-02-22 09:09:20 -05:00
Jeff Mitchell
af69cba9db
changelog++
2018-02-22 08:50:27 -05:00
Jeff Mitchell
f75c7dd157
Switch to a forked copy of pkcs7 to fix aws pkcs7 verification error ( #4024 )
...
Fixes #4014
2018-02-22 08:49:11 -05:00
Jeff Mitchell
ce885ac9c9
Force trace mode in three-node
2018-02-22 01:44:19 -05:00
Jeff Mitchell
a7cde35285
Add four cluster flag
2018-02-22 00:23:37 -05:00
Brian Kassouf
cfa758c80b
http/logical: Add http GET parameters to the data map ( #4012 )
...
* Add get parameters to the data object
* Add test for get params
2018-02-21 14:36:53 -08:00
Jeff Mitchell
b1799ecf9e
Update CHANGELOG.md
2018-02-21 17:28:08 -05:00
Brian Kassouf
9c91fd6ea8
http: Add a method for returning a 404 with data ( #3994 )
...
* Add a method for returning a 404 with data
* Pass the full resp object through to respond raw
* Add comment
* Refactor so it works across plugin gRPC
* Handle some review comments
* Pass request object instead of request ID
2018-02-21 14:22:21 -08:00
Calvin Leung Huang
11d15895f9
Add description param on tune endpoints ( #4017 )
2018-02-21 17:18:05 -05:00
Jeff Mitchell
f83f41436d
Update PKCS11 seal information
2018-02-21 09:05:36 -05:00
Jeff Mitchell
2e2c89a3d8
Cut version 0.9.4
v0.9.4
2018-02-20 15:27:37 -05:00
Jeff Mitchell
3d4bd6f3cb
Remove netbsd/arm as it won't compile
2018-02-20 15:27:33 -05:00
Jeff Mitchell
d6366e5f24
Bump files for new version
2018-02-20 14:51:20 -05:00
Jeff Mitchell
eecb4edf2a
Update plugins
2018-02-20 14:15:43 -05:00
Jeff Mitchell
49ca5ef5b3
Update go-plugin
2018-02-20 14:07:29 -05:00
Jeff Mitchell
fe6272fa1c
changelog++
2018-02-20 11:16:28 -05:00
Andrei Burd
8bb4bdab4d
Handling nomad maxTokenNameLength = 64 ( #4009 )
2018-02-20 10:16:37 -05:00
Vishal Nayak
8aeba427d2
Remove unneeded looping since Go 1.10 cover it already ( #4010 )
2018-02-20 07:34:55 -05:00
Jeff Mitchell
f73e11089f
Fix test statement with formatting in fatal call
2018-02-20 00:26:41 -05:00
Jeff Mitchell
2d22d8a99a
Fix PKI tests by generating on-demand
2018-02-20 00:23:37 -05:00
Jeff Mitchell
5b14b464ff
Sanitize pem encoding to Go default of a newline at the end rather than break backwards compat
2018-02-20 00:12:05 -05:00
Jeff Mitchell
83f6b21d3e
Remove now-unneeded PKCS8 code and update certutil tests for Go 1.10
2018-02-19 22:46:17 -05:00
Jeff Mitchell
87d9ac8b0a
Kick Travis
2018-02-19 20:37:38 -05:00
Jeff Mitchell
12ce833d6b
Bump Travis to Go 1.10
2018-02-19 20:29:26 -05:00
Max Walther
1c9f1736fb
Fix bug with vault cli when reading an individual field containing a Printf formatting verb ( #4005 )
2018-02-19 09:29:45 -05:00
Robison Jacka
7a46918f8c
Adding path roles test coverage for storing PKIX fields ( #4003 )
2018-02-18 16:22:35 -05:00
Robison Jacka
45a90a9fe3
Add test coverage for recently-added PKIX fields. ( #4002 )
2018-02-18 13:21:54 -05:00
Jeff Mitchell
fbcad150aa
Fix missing CommonName in subject generation
2018-02-17 21:01:36 -05:00
Jeff Mitchell
9b8dfd43fa
changelog++
2018-02-17 20:53:29 -05:00
Jeff Mitchell
9c88c9ddac
Handle missed error case in seal status output format ( #4001 )
...
Fixes #3998
2018-02-17 20:52:42 -05:00
Brian Kassouf
8ded4d2a37
changelogg++
2018-02-16 17:44:51 -08:00
Brian Kassouf
d9be0e0707
plugin/grpc: Add RemoteAddr to the request object ( #3997 )
2018-02-16 17:41:01 -08:00
vishalnayak
bd20fb9e8a
changelog++
2018-02-16 17:46:04 -05:00
Vishal Nayak
1deaed2ffe
Verify DNS SANs if PermittedDNSDomains is set ( #3982 )
...
* Verify DNS SANs if PermittedDNSDomains is set
* Use DNSNames check and not PermittedDNSDomains on leaf certificate
* Document the check
* Add RFC link
* Test for success case
* fix the parameter name
* rename the test
* remove unneeded commented code
2018-02-16 17:42:29 -05:00
Jeff Mitchell
04eb86b799
changelog++
2018-02-16 17:22:57 -05:00