Akanksha-kedia opened a new issue, #17506:
URL: https://github.com/apache/pinot/issues/17506

   While setting up Basic Authentication across all Pinot components, I found 
that the naming convention for BasicAuth token configuration keys is 
inconsistent, confusing, and in some cases incorrect. The docs present several 
different patterns for the same purpose.
   
   Here are concrete examples from the official documentation and examples:
   
   Controller uses:
   
   controller.segment.fetcher.auth.token=Basic
   
   Minion uses (no component prefix):
   
   segment.fetcher.auth.token=Basic
   task.auth.token=Basic
   
   Server uses a different prefix (pinot.server):
   
   pinot.server.segment.fetcher.auth.token=Basic


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to