druid/web-console/script
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
..
build Web console: replace (and remove) old consoles (#8838) 2019-11-15 19:45:14 -08:00
clean web-console clean coverage report on build clean (#9718) 2020-04-21 17:02:05 -07:00
cp-to Web console: replace (and remove) old consoles (#8838) 2019-11-15 19:45:14 -08:00
create-sql-docs.js Web console: Better build experience (#8389) 2019-08-24 11:35:30 -07:00
druid Filter http requests by http method (#10085) 2020-06-29 16:59:31 -07:00
licenses Web console: replace (and remove) old consoles (#8838) 2019-11-15 19:45:14 -08:00
mkcomp Web console: Better data loader flow (#8763) 2019-10-28 08:08:46 -07:00