vault/command/server
Jeff Mitchell 5a2d80e487
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
..
test-fixtures Move HA-related config values to top level (#3550) 2017-11-08 14:19:41 -05:00
config.go Allow max request size to be user-specified (#4824) 2018-07-06 15:44:56 -04:00
config_test.go Fix output-related tests (#4288) 2018-04-05 20:43:29 -04:00
listener.go Updated proxy protocol config validation (#4528) 2018-05-09 10:53:44 -04:00
listener_tcp.go X-Forwarded-For (#4380) 2018-04-17 18:52:09 -04:00
listener_tcp_test.go go vet fixes 2018-02-05 14:26:31 -05:00
listener_test.go Add tests. This actually adds the initial tests for the TLS listener, 2016-03-11 14:05:52 -05:00