Grafana behind OIDC AWS ALB

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
  • Operating system: Linux

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Omri_Sh,

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.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.