Hi,
I'm trying to setup Kibana inside an iframe with the following flow:
- The client side (with a Kibana Visualization iframed) makes requests to a reverse proxy
- All requests from the iframe need to have an
Authorization
header that the reverse proxy validates. - 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?