druid/integration-tests/docker
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
..
environment-configs Filter http requests by http method (#10085) 2020-06-29 16:59:31 -07:00
service-supervisords Adding s3, gcs, azure integration tests (#9501) 2020-03-17 03:08:44 -07:00
test-data Add integration tests for SqlInputSource (#10080) 2020-06-26 10:32:42 -10:00
tls More Hadoop integration tests (#9714) 2020-04-30 14:33:01 -07:00
Dockerfile Adding s3, gcs, azure integration tests (#9501) 2020-03-17 03:08:44 -07:00
docker-compose.base.yml Integration Tests. (#9854) 2020-06-02 09:38:53 -07:00
docker-compose.druid-hadoop.yml Integration Tests. (#9854) 2020-06-02 09:38:53 -07:00
docker-compose.override-env.yml Integration Tests. (#9854) 2020-06-02 09:38:53 -07:00
docker-compose.yml Integration Tests. (#9854) 2020-06-02 09:38:53 -07:00
druid.sh Add integration tests for SqlInputSource (#10080) 2020-06-26 10:32:42 -10:00
run-mysql.sh add missing license headers, in particular to MD files; clean up RAT … (#6563) 2018-11-13 09:38:37 -08:00
supervisord.conf Integration tests for JDK 11 (#9249) 2020-02-12 16:36:31 -08:00
wiki-simple-lookup.json refactor lookups to be more chill to router (#7222) 2019-04-05 14:49:41 -07:00