You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/03/06 09:17:39 UTC

[GitHub] [druid] JiHyeongSeo opened a new issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?

JiHyeongSeo opened a new issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?
URL: https://github.com/apache/druid/issues/9465
 
 
   Hello.
   
   I want to hide password in common.runtime.properties. 
   
   According to Druid docs (https://druid.apache.org/docs/0.17.0/operations/password-provider.html#docsNav),
   
   Environment variable password provider provides password by looking at specified environment variable. Use this in order to avoid specifying password in runtime.properties file. e.g
   
   { "type": "environment", "variable": "METADATA_STORAGE_PASSWORD" }
   
   
   But I feel that explanation is lacking.
   
   Do I need to use Druid's Password Provider? How can i use Password Provider to hide password in common.runtime.properties?
   
   Thanks.

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


With regards,
Apache Git Services

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


[GitHub] [druid] gianm commented on issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?

Posted by GitBox <gi...@apache.org>.
gianm commented on issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?
URL: https://github.com/apache/druid/issues/9465#issuecomment-595890832
 
 
   Yes, that's what password providers are for. You can specify that JSON in the `password` property and it will use an environment variable instead. 

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


With regards,
Apache Git Services

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


[GitHub] [druid] JiHyeongSeo commented on issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?

Posted by GitBox <gi...@apache.org>.
JiHyeongSeo commented on issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?
URL: https://github.com/apache/druid/issues/9465#issuecomment-596195334
 
 
   @gianm please would you show me example code ??

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


With regards,
Apache Git Services

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


[GitHub] [druid] JiHyeongSeo removed a comment on issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?

Posted by GitBox <gi...@apache.org>.
JiHyeongSeo removed a comment on issue #9465: I want to hide password in common.runtime.properties. Do I need to use Druid's Password Provider?
URL: https://github.com/apache/druid/issues/9465#issuecomment-596195334
 
 
   @gianm please would you show me example code ??

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


With regards,
Apache Git Services

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