I’m trying to embed a Grafana graph on my web page, currently as an Iframe. I understand from this thread here that an API Key can’t authenticate the UI (shucks!).
I’m using oauth to authenticate to get to the web application, and I would prefer not to use anonymous authentication for that, but I don’t mind anonymous authentication specifically for the embedded Iframe. Is this possible? If not is there any workaround for me?
Cheers