You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/12/03 19:38:43 UTC

[GitHub] [incubator-pinot] npawar opened a new issue #6313: Authentication to Cluster Manager

npawar opened a new issue #6313:
URL: https://github.com/apache/incubator-pinot/issues/6313


   In production environments, the Cluster Manager cannot be exposed to all users as-is, because it contains operations which can change the state of Pinot. The goal is to add basic authentication and have roles like admin and read-only. 


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



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


[GitHub] [incubator-pinot] icefury71 commented on issue #6313: Authentication to Cluster Manager

Posted by GitBox <gi...@apache.org>.
icefury71 commented on issue #6313:
URL: https://github.com/apache/incubator-pinot/issues/6313#issuecomment-786122336


   Recently, we've added basic auth mechanism (eg: #6552 ). To support this in Cluster Manager, we will need the following:
   
   * A login screen to capture username and password
   * Ability to pass credentials around in different parts of Cluster Manager
   * Embed these credentials in HTTP headers, when invoking the Pinot Controller/Broker API. 


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



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