You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/04/11 04:44:32 UTC

[incubator-druid] branch master updated: add auth check exclusion for console-config.js added in #7414 (#7442)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 15c3124  add auth check exclusion for console-config.js added in #7414 (#7442)
15c3124 is described below

commit 15c3124e7f078492a93a95ce038a53bd63d68bf5
Author: Clint Wylie <cj...@gmail.com>
AuthorDate: Wed Apr 10 21:44:26 2019 -0700

    add auth check exclusion for console-config.js added in #7414 (#7442)
---
 .../main/java/org/apache/druid/cli/RouterJettyServerInitializer.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/services/src/main/java/org/apache/druid/cli/RouterJettyServerInitializer.java b/services/src/main/java/org/apache/druid/cli/RouterJettyServerInitializer.java
index 559cade..596dba9 100644
--- a/services/src/main/java/org/apache/druid/cli/RouterJettyServerInitializer.java
+++ b/services/src/main/java/org/apache/druid/cli/RouterJettyServerInitializer.java
@@ -71,7 +71,8 @@ public class RouterJettyServerInitializer implements JettyServerInitializer
       "/unified-console.html",
       "/favicon.png",
       "/console.html",
-      "/index.html"
+      "/index.html",
+      "/console-config.js"
   );
 
   private final DruidHttpClientConfig routerHttpClientConfig;


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