Hello,
If you want to secure Grafana on an internal network without HTTPS, what options do you enable in the grafana.ini
file?
Thank you.
Hello,
If you want to secure Grafana on an internal network without HTTPS, what options do you enable in the grafana.ini
file?
Thank you.
Hi,
I enabled the following options in the grafana.ini file:
hide_version = true
enforce_domain = true
domain = Server_IP
[users]
allow_sign_up = false
[auth.anonymous]
enabled = false
Do you have any other suggestions?