Hello,
I want to develop a macro/gadget for following use case:
Grafana dashboard [only accessible with OAuth2] → Macro/Gadget → Confluence
- User of confluence needs to be OAuth2 - authorized to get dashboard from Grafana
- After OAuth2 grafana_session in browser cookie can be used to fetch dashboard
- Dashboard HTML page contains further Javascript parts which pull data from a datasource (page and charts are dynamically completed afterwards)
- Grafana by default doesnt allow xframe inclusion
I tried many solution (first with macro and later with gadget) but ended up with auth or dynamic page load issues.
Is there any recommendation or may be a similar example use case?
Thanks in advance