Environment Variables

Does Search Guard support environment variables in the configuration similar to:

** https://www.elastic.co/guide/en/kibana/current/docker.html#environment-variable-config

I would like to do something like this in my YAML configuration:

name: “SEARCHGUARD_MULTITENANCY_TENANTS_ENABLE_GLOBAL”

value: “true”

Setting SG configuration values as command line arguments when starting Kibana will work. So if the Docker image from ES checks for environment variables and uses them as command line arguments when starting Kibana (that is how I read their docs) then yes this approach should work.

···

On Friday, October 26, 2018 at 5:53:46 PM UTC+2, rhow@airbus-na.com wrote:

Does Search Guard support environment variables in the configuration similar to:

** https://www.elastic.co/guide/en/kibana/current/docker.html#environment-variable-config

I would like to do something like this in my YAML configuration:

name: “SEARCHGUARD_MULTITENANCY_TENANTS_ENABLE_GLOBAL”

value: “true”