You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/03/13 02:18:25 UTC

[GitHub] [incubator-druid] srggrs commented on issue #6786: apache-druid-0.13.0-incubating router /druid/router/v1/brokers

srggrs commented on issue #6786: apache-druid-0.13.0-incubating router /druid/router/v1/brokers
URL: https://github.com/apache/incubator-druid/issues/6786#issuecomment-472252883
 
 
   I have a similar error when introspec a global caches lookup:
   
   `2019-03-13T02:05:12,997 ERROR [qtp1043822951-119] org.apache.druid.server.security.PreResponseAuthorizationCheckFilter - Request did not have an authorization check performed.: {class=org.apache.druid.server.se$
   urity.PreResponseAuthorizationCheckFilter, uri=/druid/v1/lookups/introspect/portfolio_uuid, method=GET, remoteAddr=127.0.0.1, remoteHost=127.0.0.1}                                                                
   2019-03-13T02:05:12,998 WARN [qtp1043822951-119] org.eclipse.jetty.server.HttpChannel - /druid/v1/lookups/introspect/portfolio_uuid                                                                                
   org.apache.druid.java.util.common.ISE: Request did not have an authorization check performed.`
   
   funny thing if I issue the request with:
   
   `curl -X GET http://localhost:8082/druid/v1/lookups/introspect/mylookup`
   curl is able to retrieve part of the lookup map, but when I use the same endpoint in a Python requests, it failed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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