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
I want to create a public dashboard in Grafana that can be accessed without a login form, as part of the kube-prometheus-stack deployment. This is for team members to view a specific dashboard with metrics without requiring credentials. Navigating the UI manually to set this up every time isn't ideal, and I need this to be bootstrapped programmatically during deployment.
Currently, I need a custom dashboard to:
Be accessible at a separate subdomain (e.g., monitoring.owndomain) without requiring a password.
Allow public access to a single dashboard while securing the rest of Grafana at grafana.owndomain.
Be deployed directly from the Helm chart without manual intervention.
I'd handle monitoring.owndomain and grafana.owndomain with Traefik on my own.
Describe the solution you'd like.
A Helm chart option to:
Define a dashboard JSON directly in values.yaml, as a ConfigMap or in a file.
Enable public access (anonymous user role set to Viewer) for this specific dashboard, without affecting other dashboards.
Describe alternatives you've considered.
Deploying a second kube-prometheus-stack where login is disabled and this dashboard is the default home page. However, this introduces overhead and duplication.
Manually configuring Grafana after deployment.
Additional context.
A feature like this would simplify the use case of exposing dashboards to teams or stakeholders who do not require full access to Grafana.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem ?
I want to create a public dashboard in Grafana that can be accessed without a login form, as part of the kube-prometheus-stack deployment. This is for team members to view a specific dashboard with metrics without requiring credentials. Navigating the UI manually to set this up every time isn't ideal, and I need this to be bootstrapped programmatically during deployment.
Currently, I need a custom dashboard to:
monitoring.owndomain
) without requiring a password.grafana.owndomain
.I'd handle monitoring.owndomain and grafana.owndomain with Traefik on my own.
Describe the solution you'd like.
A Helm chart option to:
values.yaml
, as a ConfigMap or in a file.Describe alternatives you've considered.
Additional context.
A feature like this would simplify the use case of exposing dashboards to teams or stakeholders who do not require full access to Grafana.
The text was updated successfully, but these errors were encountered: