IFramed Kibana Visualization with reverse proxy JWT auth

Hi,

I'm trying to setup Kibana inside an iframe with the following flow:

  1. The client side (with a Kibana Visualization iframed) makes requests to a reverse proxy
  2. All requests from the iframe need to have an Authorization header that the reverse proxy validates.
  3. The reverse proxy then routes the request to Kibana running somewhere in my VPC.

The part I'm struggling with is getting the JWT token for authorization with the reverse proxy into the iframe and have it being used in every Kibana outgoing request. Any ideas on how to accomplish this?

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