grafana / helm-charts

Apache License 2.0
1.67k stars 2.29k forks source link

"Origin not allowed" on all admin functions #2490

Open lpcatalao opened 1 year ago

lpcatalao commented 1 year ago

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!

ArunParmal-3SC commented 1 month ago

were you able to solve this issue ?