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 2022/04/12 21:12:39 UTC

[GitHub] [pinot] zhtaoxiang opened a new issue, #8517: Improve GcsPinotFs to Read Credentials Directly from User Configurations

zhtaoxiang opened a new issue, #8517:
URL: https://github.com/apache/pinot/issues/8517

   Now, the [GcsPinotFs](https://github.com/apache/pinot/blob/master/pinot-plugins/pinot-file-system/pinot-gcs/src/main/java/org/apache/pinot/plugin/filesystem/GcsPinotFS.java) can only [read credentials from a file] (https://github.com/apache/pinot/blob/master/pinot-plugins/pinot-file-system/pinot-gcs/src/main/java/org/apache/pinot/plugin/filesystem/GcsPinotFS.java#L78) specified in the user configuration.
   
   This needs to be improved for the following reasons:
   1. Users need to create a file first, then provide this file name in the configuration, which is not so convenient.
   2. If users don't have access to the container running pinot, then users cannot provide credentials.
   
   Ideally, GcsPinotFs should be similar to [S3PinotFS](https://github.com/apache/pinot/blob/master/pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java), allowing users to provide credential directly in configuration.


-- 
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-unsubscribe@pinot.apache.org.apache.org

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] [pinot] zhtaoxiang commented on issue #8517: Improve GcsPinotFs to Read Credentials Directly from User Configurations

Posted by GitBox <gi...@apache.org>.
zhtaoxiang commented on issue #8517:
URL: https://github.com/apache/pinot/issues/8517#issuecomment-1097223654

   I will pick up and fix this issue.


-- 
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-unsubscribe@pinot.apache.org

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