You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by hi...@apache.org on 2019/09/25 18:25:17 UTC

[incubator-druid] branch master updated (563718c -> a75ddaa)

This is an automated email from the ASF dual-hosted git repository.

himanshug pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.


    from 563718c  add druid version correctly (#8586)
     add a75ddaa  Add TrustedDomain Authenticator (#8248)

No new revisions were added by this update.

Summary of changes:
 docs/design/auth.md                                |  28 ++++
 .../initialization/jetty/ServletFilterHolder.java  |   2 +
 .../apache/druid/server/security/AuthConfig.java   |   2 +
 .../druid/server/security/Authenticator.java       |   1 +
 ...icator.java => TrustedDomainAuthenticator.java} |  66 +++++++--
 .../security/TrustedDomainAuthenticatorTest.java   | 164 +++++++++++++++++++++
 website/.spelling                                  |   1 +
 7 files changed, 252 insertions(+), 12 deletions(-)
 copy server/src/main/java/org/apache/druid/server/security/{AnonymousAuthenticator.java => TrustedDomainAuthenticator.java} (52%)
 create mode 100644 server/src/test/java/org/apache/druid/server/security/TrustedDomainAuthenticatorTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org