open-vault/helper
Jeff Mitchell 4a3fe87a39
Allow max request size to be user-specified (#4824)
* Allow max request size to be user-specified

This turned out to be way more impactful than I'd expected because I
felt like the right granularity was per-listener, since an org may want
to treat external clients differently from internal clients. It's pretty
straightforward though.

This also introduces actually using request contexts for values, which
so far we have not done (using our own logical.Request struct instead),
but this allows non-logical methods to still get this benefit.

* Switch to ioutil.ReadAll()
2018-07-06 15:44:56 -04:00
..
awsutil Propose small spelling change (#3890) 2018-02-01 12:51:38 -05:00
builtinplugins Fix MySQL legacy username regression (#3141) 2017-08-10 18:28:18 -07:00
certutil Port pubkey parsing from kube-auth to helper/certutil 2018-07-06 10:25:32 -04:00
cidrutil Restrict cert auth by CIDR (#4478) 2018-05-09 15:39:55 -07:00
compressutil Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
consts Kv preflight (#4430) 2018-04-23 15:00:02 -07:00
dbtxn Release database resources on each iteration of a loop (#4305) 2018-04-17 16:31:09 -07:00
errutil Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
flag-kv Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
flag-slice command/server: add config loading 2015-03-12 15:21:11 -07:00
forwarding Allow max request size to be user-specified (#4824) 2018-07-06 15:44:56 -04:00
gated-writer command/server: cleaner output 2015-04-04 12:06:41 -07:00
hclutil Move checkHCLKeys into hclutil (#4749) 2018-06-12 12:38:08 -04:00
identity Remove final usage of gogo in our code 2018-06-07 10:48:36 -04:00
jsonutil Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
kdf Speling police 2016-05-15 09:58:36 -07:00
keysutil secret/kv: Sort keys during list operation (#4845) 2018-06-27 11:48:59 -07:00
kv-builder Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
ldaputil Fix possible nil pointer on mapping method (#4609) 2018-05-22 12:10:36 -07:00
locksutil Spelling (#4119) 2018-03-20 14:54:10 -04:00
logging Move to "github.com/hashicorp/go-hclog" (#4227) 2018-04-02 17:46:59 -07:00
mfa Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
mlock Don't say mlock is supported on OSX when it isn't. (#2120) 2016-11-22 12:56:36 -05:00
parseutil X-Forwarded-For (#4380) 2018-04-17 18:52:09 -04:00
password Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
pathmanager physical/cache: Add a list of prefixes to not cache (#4515) 2018-05-10 10:29:26 -07:00
pgpkeys Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
pluginutil Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
policies Fix using wrong var 2016-03-24 10:23:09 -04:00
policyutil Sanitize policy behavior across backends (#3324) 2017-09-13 11:36:52 -04:00
proxyutil Add an idle timeout for the server (#4760) 2018-06-16 18:21:33 -04:00
reload Clean up error string formatting (#4304) 2018-04-09 14:35:21 -04:00
salt Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
storagepacker adding option go_package to protos (#4687) 2018-06-04 10:19:26 -04:00
strutil Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00
testhelpers Finish api tests for verification 2018-05-20 19:01:24 -04:00
tlsutil Add option to set cluster TLS cipher suites. (#3228) 2017-08-30 16:28:23 -04:00
useragent Add useragent helper (#3991) 2018-02-15 18:30:31 -05:00
wrapping go vet fixes 2018-02-05 14:26:31 -05:00
xor Errwrap everywhere (#4252) 2018-04-05 11:49:21 -04:00