kautshukla opened a new issue #7805:
URL: https://github.com/apache/pinot/issues/7805


   
https://github.com/apache/pinot/blob/6b33448da58992773ee23b863da029650e9ec37f/pinot-controller/src/main/java/org/apache/pinot/controller/api/ControllerAdminApiApplication.java#L111
   
   Sol:
   
   ApiKeyAuthDefinition apiKeyAuthDefinition = new 
ApiKeyAuthDefinition("Authorization", In.HEADER);
   
beanConfig.getSwagger().setSecurityDefinitions(Collections.singletonMap("bearerAuth",
 apiKeyAuthDefinition));
    


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to