grafana-operator icon indicating copy to clipboard operation
grafana-operator copied to clipboard

Basic Authentication support for Grafana Dashboard resources when using url

Open tchelovilar opened this issue 7 months ago • 1 comments

Describe the solution you'd like

I would like to have HTTP authentication support for URL dashboards to have a private dashboard repository. Also would be nice to have the option to read the credentials from secrets.

Additional context It could be some extra options for the URL:

spec:
  urlAuthorization:
    basicAuth:
      username: username 
      passwordFrom:
        secretName: secret-name
        key: password

tchelovilar avatar Jul 05 '24 07:07 tchelovilar