I am ultimately trying to create a loki datasource, but every action i try while logged in as admin gets me a 'Origin not allowed"
I've came across https://github.com/grafana/grafana/issues/45117#issuecomment-1033842787 but for the chart i'm currently using, proxy_set_header does not seem to exist.
I've set the host via ingress-nginx.controller.proxySetHeaders and still get the same error
While inspecting using the browser I get 403, the origin is there and no headers seem to be incorrect, however the host is absent (not sure if it should be displayed there)
Any ideas of what i'm currently doing wrong?
Thanks in advance!
Hi, I am running Grafana 9.5.3 in k8s using ingress-nginx as proxy(https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx)
I am ultimately trying to create a loki datasource, but every action i try while logged in as admin gets me a 'Origin not allowed" I've came across https://github.com/grafana/grafana/issues/45117#issuecomment-1033842787 but for the chart i'm currently using, proxy_set_header does not seem to exist. I've set the host via ingress-nginx.controller.proxySetHeaders and still get the same error
While inspecting using the browser I get 403, the origin is there and no headers seem to be incorrect, however the host is absent (not sure if it should be displayed there)
Any ideas of what i'm currently doing wrong? Thanks in advance!