You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#191768 changed on which address Grafana listens by default. Previously (under 22.05) it was localhost only and it was necessary to explicitly adjust this if so desired. Now (with 22.11) Grafana is listening on all IPs.
[root@stats:~]# ss -tlnp | grep -E "State|grafana"
State Recv-Q Send-Q Local Address:Port Peer Address:PortProcess
LISTEN 0 4096 *:3000 *:* users:(("grafana-server",pid=286547,fd=11))
Without enabled (and properly configured) firewall this could result in situations where people are exposing their Grafana installation unintentionally.
Without enabled (and properly configured) firewall this could result in situations where people are exposing their Grafana installation unintentionally.
but the default settings should suffice to catch this, right?
Issue description
#191768 changed on which address Grafana listens by default. Previously (under 22.05) it was localhost only and it was necessary to explicitly adjust this if so desired. Now (with 22.11) Grafana is listening on all IPs.
Previously:
nixpkgs/nixos/modules/services/monitoring/grafana.nix
Lines 293 to 297 in 79e63f3
New default is to listen on all IPs:
nixpkgs/nixos/modules/services/monitoring/grafana.nix
Lines 366 to 370 in becdf0e
Without enabled (and properly configured) firewall this could result in situations where people are exposing their Grafana installation unintentionally.
@offline @fpletz @WilliButz @globin @Ma27 @Frostman @KFearsoff
Technical details
The text was updated successfully, but these errors were encountered: