Sending a Kibana dashboard to React via iframe: security considerations

Hi all -
Hoping someone might be able to suggest the best way to transfer a session cookie when I present the Kibana dashboard as an iFrame within my React component? Or must I disable security entirely to make this work?
Thank you

Hey @kadowning, welcome to the discussion boards!

Can you be a little more specific? Are you trying to simulate anonymous access to a dashboard by automatically presenting a session cookie?

Lots of other users have put a reverse-proxy in front of Kibana to automatically add auth headers (example: Auto-authenticating to iframe-embedded Kibana dashboard)

We also have an open issue to better support these types of use cases here: https://github.com/elastic/kibana/issues/18331

Thank you - grateful, Larry!

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