druid/docs
Suneet Saldanha 15a0b4ffe2
Filter http requests by http method (#10085)
* Filter http requests by http method

Add a config that allows a user which http methods to allow against their
Druid server.

Druid will only accept http requests with the method: GET, PUT, POST, DELETE
and OPTIONS.
If a Druid admin wants to allow other methods, they can do so by using the
ServerConfig#allowedHttpMethods config.

If a Druid user would like to disallow OPTIONS, this can be done by changing
the AuthConfig#allowUnauthenticatedHttpOptions config

* Exclude OPTIONS from always supported HTTP methods

Add HEAD as an allowed method for web console e2e tests

* fix docs

* fix security IT

* Actually fix the web console e2e tests

* Ignore icode coverage for nitialization classes

* code review
2020-06-29 16:59:31 -07:00
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets Querying doc refresh tutorial (#9879) 2020-05-29 14:32:21 -07:00
comparisons Spellcheck docs (#8548) 2019-09-17 12:47:30 -07:00
configuration Filter http requests by http method (#10085) 2020-06-29 16:59:31 -07:00
dependencies Reconcile terminology and method naming to 'used/unused segments'; Rename MetadataSegmentManager to MetadataSegmentsManager (#7306) 2020-01-27 11:24:29 -08:00
design Filter http requests by http method (#10085) 2020-06-29 16:59:31 -07:00
development add some details to the build doc (#9885) 2020-05-21 12:35:54 -07:00
ingestion Add integration tests for SqlInputSource (#10080) 2020-06-26 10:32:42 -10:00
misc ROUND and having comparators correctly handle special double values (#10014) 2020-06-16 16:09:46 -07:00
operations fix dropwizard emitter jvm bufferpoolName metric (#10075) 2020-06-25 12:20:25 -07:00
querying Enable query vectorization by default (#10065) 2020-06-24 13:08:49 -07:00
tutorials Druid user permissions (#10047) 2020-06-23 17:39:48 -07:00