Jonathan Wei
|
f6749f1229
|
Allow separate truststore conf for HttpEmitter (#5298)
* Fix HttpEmitter TLS support, allow separate truststore conf
* PR comment, fix tests
|
2018-01-26 10:46:06 -06:00 |
Jonathan Wei
|
80419752b5
|
Add metamx emitter, http clients, and metrics packages to druid java-util (#5289)
* Add metamx java-util emitter, http clients, and metrics packages to druid java-util
* Remove metamx java-util from pom.xml files
* Checkstyle fixes
* Import fix
* TeamCity inspection fixes
* Use slf4j, move some version defs to master pom.xml
* Use parent jvm-attach-api and maven-surefire-plugin versions
* Add ] to log msg, suppress inspection
|
2018-01-24 22:10:36 +01:00 |
Jonathan Wei
|
c2a0e753b6
|
Extension points for authentication/authorization (#4271)
* Extension points for authentication/authorization
* Address some PR comments
* Authorization result caching
* Add unit tests for SecuritySanityCheckFilter and PreResponseAuthorizationCheckFilter
* Use Set for auth caching, close outputstreams in filters
* Don't close output stream on success in sanity check filter
* Add ConfigResourceFilter to coordinator lookups
* Fix filtering authorization check for empty resource list
* HttpClient users must explicitly escalate the client
* Remove response modification from PreResponseAuthorizationCheckFilter
* Remove extraneous pom.xml
* Fix unit test
* Better lifecycle management
* Rename AuthorizationManager to Authorizer
* Fix authorization denials for empty supervisor list
* Address some PR comments
* Address more PR comments
* Small cleanup
* Add Jetty HttpClient wrapper to Authenticator
* Remove Authorizer start/stop
* Restore immutable context map in DruidConnection, UT fix
* Fix/update docs
* Add authorization checks to EventReceiverFirehose
* Fix router authorization check failure, restore PreResponseAuthorizationFilter changes
* Compile fixes
* Test fixes
* Update Authenticator/Authorizer doc comments
* Merge fixes
* PR comments
* Fix test
* Fix IT
* More PR comments
* PR comments
* SSL fix
|
2017-09-15 23:45:48 -07:00 |
Parag Jain
|
594a66f3c0
|
add scheme to AsyncQueryForwardingServlet (#4688)
* add scheme to AsyncQueryForwardingServlet
* add sslContext binding for Router
|
2017-08-28 15:03:43 -07:00 |
Parag Jain
|
6e2f78f552
|
TLS support (#4270)
|
2017-07-06 17:40:12 -07:00 |