mirror of https://github.com/apache/druid.git
Remove misleading logging on router for JDBC queries (#12925)
This commit is contained in:
parent
3c129f6728
commit
a879d91a20
|
@ -50,7 +50,9 @@ public class UnsecuredResourceFilter implements Filter
|
|||
new AuthenticationResult(
|
||||
AuthConfig.ALLOW_ALL_NAME,
|
||||
AuthConfig.ALLOW_ALL_NAME,
|
||||
AuthConfig.ALLOW_ALL_NAME,
|
||||
// adding null so that the router doesn't try to decorate the request. It is ok since we're already bypassing
|
||||
// authentication for unsecure paths.
|
||||
null,
|
||||
null
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue