Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-28-2020 06:26 AM
Hi I am trying to integrate the Neo4j into Kibana as iframes but I am getting a content security issue. This prevents them from framing. Can someone help me?
Thanks in advance
Akhil
06-06-2020 04:17 AM
Hi Akhil, I think you must set the content security policy in Kibana as explained here: https://www.elastic.co/guide/en/kibana/7.1/settings.html
Check the csp.rules section.
06-08-2020 08:57 PM
Hi Ruben,
Thank you for the response finally.
I have used following csp.rules already :
csp.rules:
# current defaults
- "script-src 'unsafe-eval' 'nonce-{nonce}'"
- "worker-src blob'"
- "child-src blob:"
# New rule for iframes
- "frame-src http://example.com/"
still getting this error :-
Refused to frame 'http://example.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'"
Thanks
Akhil
All the sessions of the conference are now available online