Kibana iframe working due to cookies attribute "SameSite"

At moment, Kibana refuses to work in newer versions of browsers for iframe (for example for Chrome 80.0.3987.149). Is there any way on the Kibana side to set cookies attributes - "SameSite=None" and "Secure"?

You can turn on the secure flag using the xpack.security.secureCookies setting.

https://www.elastic.co/guide/en/kibana/current/security-settings-kb.html

SameSite can't be set right now, here is the issue to track the fix: https://github.com/elastic/kibana/issues/60522 - the issue also lists a workaround for the problem.

Thank you, I saw it, but it seems there is no answer from Kibana developers.
And I'm sorry, but I did not see workarounds in problem there.

No worries!

As a side note: The issue was originally created by a Kibana developer - it's difficult to see on Github, when you are hovering over a name it says Member of elastic:
Screenshot 2020-03-27 at 16.14.50

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