Brian Kassouf
559f33c4f2
helper/gpgkeys: fix for vault 1.10 ( #4038 )
2018-02-23 14:47:25 -05:00
Jeff Mitchell
ec63c193fa
Move local cluster parameters to atomic values to fix some potential data races ( #4036 )
2018-02-23 14:47:07 -05:00
Brian Kassouf
a46b996496
Port some replicated cluster changes from ent ( #4037 )
2018-02-23 14:01:15 -05:00
Jeff Mitchell
2769b9fc8f
Add core object to policy store for some ent uses
2018-02-23 14:00:46 -05:00
Jeff Mitchell
a84944cce9
changelog++
2018-02-23 11:16:26 -05:00
chris trott
4987468fba
Configurable Consul Service Address ( #3971 )
...
* Consul service address is blank
Setting an explicit service address eliminates the ability for Consul
to dynamically decide what it should be based on its translate_wan_addrs
setting.
translate_wan_addrs configures Consul to return its lan address to nodes
in its same datacenter but return its wan address to nodes in foreign
datacenters.
* service_address parameter for Consul storage backend
This parameter allows users to override the use of what Vault knows to
be its HA redirect address.
This option is particularly commpelling because if set to a blank
string, Consul will leverage the node configuration where the service is
registered which includes the `translate_wan_addrs` option. This option
conditionally associates nodes' lan or wan address based on where
requests originate.
* Add TestConsul_ServiceAddress
Ensures that the service_address configuration parameter is setting the
serviceAddress field of ConsulBackend instances properly.
If the "service_address" parameter is not set, the ConsulBackend
serviceAddress field must instantiate as nil to indicate that it can be
ignored.
2018-02-23 11:15:29 -05:00
Jeff Mitchell
483da4a3af
Fix certutil test
2018-02-23 01:35:07 -05:00
Yoko
39e0422b76
Fixed a broken link ( #4032 )
2018-02-22 19:43:27 -08:00
Jeff Mitchell
add7d19433
Update comment to replication consts
2018-02-22 21:38:52 -05:00
Jeff Mitchell
08d64c01ab
Add a helpful comment to replication consts
2018-02-22 21:37:54 -05:00
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