I have a problem with embeding iframes of Kibana in my Website.
Chrome greets me with this error:
Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document.
So the iframe content is not loaded.
the Http server is a local server
Kibana and ES are Running on AWS
For now the workaround is to allow third party cookies
or to make an exception
in Chrome.
For the productive system this is not available, because every user would have to make the exception manually.
My question now, is there a Fix for this which i could use in a productive system?
thanks in advance