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 2021/10/01 20:26:11 UTC

[GitHub] [pinot] ddcprg opened a new issue #7507: Add support to configure node properties via environment variables

ddcprg opened a new issue #7507:
URL: https://github.com/apache/pinot/issues/7507


   At the moment is not possible to configure server/node properties via environment variables. This is particularly useful when configuring secrets, e.g. basic authentication username and password.
   
   It would be great to introduce some mechanism to support this. An example of how this could work is spring boot application properties, apache kafka docker images or even the AWS authentication chain.
   
   For example, if the setting `server.auth.password` is configured via properties file, the value could be set/overwritten via env vars by setting `SERVER_AUTH_PASSWORD`. A good convention and resolution chain should be defined.


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


[GitHub] [pinot] andruszd commented on issue #7507: Add support to configure node properties via environment variables

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


   It would be also helpful that you could  configure different server environment vars types in a single config  file  so that  you can have a set of globals + local ones which you can use. 


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