Hello,
I have a Grafana instance that is behind AWS ALB which has an OIDC rule before the Granafa, so only people from my company can access it.
I want to use the Grafana integration in N8N but I dont know how to do some sort of login to my OIDC before accessing the Grafana API.
Even if I manage to get an access token, how do I pass it to the Grafana nodes?
n8n version: 0.236.2
Database (default: SQLite): mysql
Running n8n via (Docker, npm, n8n cloud, desktop app): K8s
We only support connecting directly to Grafana using the API key so if you have an authentication service in the way it is going to cause some issues.
The best option I can think of would be to allow the api routing to your grafana instance from your n8n host bypassing the authentication proxy / gateway.