Skip to content
Discussion options

You must be logged in to vote

As of right now, there's no intention to actively support multiple orgs.
That does however not mean it's impossible.
The operator treats each Grafana CR as a unique instance, so if you're reusing credentials, you'll end up in your current scenario where it follows the admin user.

If you want to use basic authentication, you can "lock" the Operator to a specific org by setting X-Grafana-Org-Id, then regardless of the org you logged into, it will always target the id in the header.

The way around this is by creating a Grafana CR per org 🙂

apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
  name: main-kube-prometheus-stack-grafana
  namespace: monitoring
  labels:
    app: k…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Guerlielton
Comment options

@Baarsgaard
Comment options

Answer selected by Guerlielton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants