Docker env for "oauth allow insecure email lookup" parameter

Hello,
I’m running Grafana 10.2.0 on Docker container and I’m searching for the Docker “env” counterpart of the grafana.ini parameter ‘oauth_allow_insecure_email_lookup’
I’ve looked for on Grafana’s documentation, but I didn’t find anything…
Does this env variable exist?
Could you help me to find it?
Thanks

I believe all config options can be env variables as well:

There is standardized syntax for them:

GF_<SectionName>_<KeyName>

so in this case it is:

GF_AUTH_OAUTH_ALLOW_INSECURE_EMAIL_LOOKUP
1 Like

Thanks, It works! :slight_smile: