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.