I am using the official grafana docker
I want to set Grafana to Anonymous Authentification
As per the Grafana documentation page, I can change the grafana.ini using the syntax ’ GF_<SectionName>_<KeyName>’
I tried both
GF_auth_anonymous=true
and
GF_auth_anonymous_enabled=true
but without any success.
Can some body tel me how to enable Anonymous Authentification in a Docker Container?