Restrict Grafana anonymous access #28
Labels
No labels
Monitoring
automation
bug
duplicate
feature
forgejo
help wanted
invalid
k3s
keycloak
ldap
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/homelab#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Grafana currently allows anonymous viewer access:
Since Grafana is behind Caddy but has no
forward_auth, it's technically internet-exposed.Options
forward_authto the Grafana Caddy routeSteps
monitoring/values.yamlto setauth.anonymous.enabled: falsehelm upgrade kube-prometheus-stack prometheus-community/kube-prometheus-stack -n monitoring -f monitoring/values.yamlUpdate (2026-08-01)
Grafana is being retired in favor of Beszel + Uptime Kuma (see #11). This issue is short-term only: apply the minimal fix (option 1) while the stack runs in parallel, and it becomes moot on teardown (step 9 of #11) -- no need to invest in forward_auth for a service that's leaving.