Specify additional headers for externally managed Grafana #1614
Labels
enhancement
New feature or request
good first issue
Good for newcomers
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
We host our Grafana instance behind a proxy that requires a few authentication headers, such as:
We would like to use the grafana-operator, running in a different network, to connect to this Grafana instance and manage it as an external Grafana. However it appears the external spec only allows for usernames, passwords and api keys.
It would be great for us if there was a field on
Grafana.spec.external
such asadditional_headers
(as originally proposed in #402 (comment)) that could be populated with arbitrary headers that are used for all requests to the external Grafana.Perhaps it would also be good to have these headers set from a ConfigMap or Secret
The text was updated successfully, but these errors were encountered: