grafana / grizzly

A utility for managing Jsonnet dashboards against the Grafana API
https://grafana.github.io/grizzly/
Apache License 2.0
514 stars 66 forks source link

Validate auth on server start #435

Closed malcolmholmes closed 4 months ago

malcolmholmes commented 4 months ago

At present, the Grizzly server will start, even if the Grafana creds are invalid. Problems only show up when attempting to view a web page.

This PR adds a simple authentication check when establishing the proxy, to confirm authentication, and give prompt feedback if all is not extablished correctly.