Brian Kassouf
b91dbaf295
changelog++
2018-02-01 16:47:38 -08:00
Jeff Mitchell
ac66586b7a
changelog++
2018-02-01 19:08:39 -05:00
Xiang Li
a120544b47
etcd: config etcd3 client's max response size ( #3891 )
2018-02-01 19:08:09 -05:00
Jeff Mitchell
0e6b45ba5c
changelog++
2018-02-01 19:05:29 -05:00
Xiang Li
5fd85205cc
etcd3: only create lock when lock is called ( #3893 )
2018-02-01 19:04:52 -05:00
Brian Kassouf
1cee2a1415
plugins/gRPC: fix issues with reserved keywords in response data ( #3881 )
...
* plugins/gRPC: fix issues with reserved keywords in response data
* Add the path raw file for mock plugin
* Fix panic when special paths is nil
* Add tests for Listing and raw requests from plugins
* Add json.Number case when decoding the status
* Bump the version required for gRPC defaults
* Fix test for gRPC version check
2018-02-01 14:30:17 -08:00
Calvin Leung Huang
413df160df
changelog++
2018-02-01 12:56:02 -05:00
John Eismeier
6d18e0da3d
Propose small spelling change ( #3890 )
2018-02-01 12:51:38 -05:00
Jeff Mitchell
4a519b1a02
changelog++
2018-02-01 12:45:58 -05:00
Josh Giles
94fe8600b6
Return Okta config TTLs in seconds, not nanos. ( #3871 )
2018-02-01 12:44:57 -05:00
Vishal Nayak
01b1b9ff6d
docs/telemetry: remove merge conflict remnant ( #3882 )
...
* remove merge conflict remnant
* s/auth/authentication
2018-02-01 12:09:58 -05:00
Calvin Leung Huang
848ce6427b
Handle period's zero value in token store's token creation ( #3880 )
...
* Handle period's zero value on handleCreateCommon
* Add test for period zero value
2018-02-01 12:01:46 -05:00
Chris Hoffman
ffa6fdaf1e
Adding tests to ensure all backends are mountable ( #3861 )
2018-02-01 11:30:04 -05:00
Brian Kassouf
dc326a83d4
helper/storagepacker: Fix panic when bucket doesn't exist ( #3875 )
2018-01-31 18:42:22 -05:00
Brian Shumate
a7049247d9
Correct cofiguration option in example ( #3879 )
2018-01-31 13:41:31 -05:00
Jack Pearkes
a2f0f0a8e5
website: add note about the 0.9.2+ CLI changes to reduce confusion ( #3868 )
...
* website: add note about the 0.9.2+ CLI changes to reduce confusion
* website: fix frontmatter for 0.9.3 guide, add to guides index
* website: add overview title to 0.9.3 guide for spacing
2018-01-30 13:30:47 -05:00
Andy Manoske
9fed040807
Update CHANGELOG.md
2018-01-29 15:56:00 -08:00
Jeff Mitchell
0afaa4827f
Merge branch 'rel-0.9.3' into master-oss
2018-01-28 16:09:31 -05:00
Jeff Mitchell
2d93cfdb1a
Cut version 0.9.3
2018-01-28 15:34:14 -05:00
Jeff Mitchell
a5816dd2ae
Prep for 0.9.3
2018-01-28 15:33:29 -05:00
Jeff Mitchell
f967d10f04
Use debian:testing for building
2018-01-28 14:58:52 -05:00
Jeff Mitchell
1b982750f5
(Re...)Add Nomad secrets engine.
...
Fixes #3858
2018-01-28 14:38:19 -05:00
Jeff Mitchell
98b479ab58
Bump deps
2018-01-26 18:51:00 -05:00
Jeff Mitchell
8f24bdee1f
Typo fixes on upgrading page
2018-01-26 16:11:25 -05:00
Jeff Mitchell
c6d8222236
Add 0.9.2 upgrade guide
2018-01-26 16:07:41 -05:00
Jeff Mitchell
7dc3def7b5
Cut version 0.9.2
2018-01-26 14:13:20 -05:00
Jeff Mitchell
f3d1e8170b
Prep for 0.9.2
2018-01-26 13:59:01 -05:00
Jeff Mitchell
063f5a982b
Sync plugins
2018-01-26 09:04:48 -05:00
Jeff Mitchell
60e2209532
Remove core restriction in cache and turn it into an active/standby restriction instead ( #3849 )
2018-01-25 22:21:51 -05:00
Chris Bartlett
c7580b2961
#3850 Fixed documentation for aws/sts ttl ( #3851 )
2018-01-25 22:20:30 -05:00
Vishal Nayak
150ad8405b
Remove logical.Initialize() method ( #3848 )
...
* Remove logical.Initialize() method
* More cleanup
* Fix test
2018-01-25 20:19:27 -05:00
Jeff Mitchell
c6f35c3890
Update plugins
2018-01-24 23:24:16 -05:00
Jeff Mitchell
dbae34a4bb
changelog++
2018-01-24 23:09:59 -05:00
Joel Thompson
2cd8051607
auth/aws: Fix error with empty bound_iam_principal_arn ( #3843 )
...
* auth/aws: Fix error with empty bound_iam_principal_arn
In cases where there doesn't need to be a bound_iam_principal_arn, i.e.,
either auth_type is ec2 or there are other bindings with the iam
auth_type, but it is specified explicitly anyway, Vault tried to parse
it to resolve to internal unique IDs. This now checks to ensure that
bound_iam_principal_arn is non-empty before attempting to resolve it.
Fixes #3837
* Fix extraneous newline
2018-01-24 23:08:05 -05:00
Jeff Mitchell
ad9da2e0b8
Fix intermittent panic by storing a reference to the grpc server ( #3842 )
...
* Fix intermittent panic by storing a reference to the grpc server and
using that to ensure it will never be nil.
* Just get rid of c.rpcServer
2018-01-24 20:23:08 -05:00
Jeff Mitchell
bab8db3328
Don't allow non-printable characters in the API client's token ( #3841 )
2018-01-24 19:57:49 -05:00
Calvin Leung Huang
6060ae70c2
changelog++
2018-01-24 11:32:17 -05:00
Jeff Mitchell
3cea1a4f37
Update go-plugin dep
2018-01-23 18:18:04 -05:00
Calvin Leung Huang
385140ee6b
Version protocol switch ( #3833 )
...
* Use version to determine plugin protocol to use
* Remove field from ServeOpts
* Fix missing assignment, handle errors
* contraint -> constraint
* Inject the version string from the vault side
* Fix the version check
* Add grpc support check to database plugins
* Default to use grpc unless missing env var or fail on contraint check
* Add GRPCSupport test
* Add greater than test case
* Add go-version dep
2018-01-23 17:29:26 -05:00
Vishal Nayak
b9a5a35895
docs: Fix the expected type of metadata ( #3835 )
2018-01-23 16:30:15 -05:00
Jeff Mitchell
feed3b9b95
Better duo status message handling ( #3834 )
2018-01-23 14:18:48 -05:00
Jeff Mitchell
85560b6295
Fix build
2018-01-23 11:33:49 -05:00
Jeff Mitchell
484445a238
changelog++
2018-01-23 11:30:38 -05:00
Jeff Mitchell
bf05b5c482
Fix intermittent panic connecting to Duo ( #3832 )
...
Fixes #2030
2018-01-23 11:29:22 -05:00
Matthew Irish
9c98ee57f4
changelog ++
2018-01-23 09:35:36 -06:00
Jeff Mitchell
cf87cc54fc
Fix build
2018-01-22 21:45:22 -05:00
Jeff Mitchell
8e8675053b
Sync some bits over
2018-01-22 21:44:49 -05:00
Vishal Nayak
7be7bc1754
Redirect server output warnings to stdout ( #3831 )
2018-01-22 20:58:27 -05:00
Brian Kassouf
b597e14f01
Update data values from byte arrays to strings in proto definition ( #3829 )
...
* Update data values from byte arrays to strings in proto definition
* Update comments
2018-01-22 17:56:34 -08:00
Jeff Mitchell
524ec14f9d
Update Dockerfile
2018-01-22 19:47:44 -05:00