Integration of Kibana dashboard in angular application

Hi,

When i am trying to integrate kibana dashboard inside my angular application via iframe it is giving me below error.

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.

VM10353 bootstrap.js:43 ^ A single error about an inline script not firing due to content security policy is expected!

I tried by adding sameSiteCookies: None in kibana.yml, but it still gives me the same.
Can you please help?

As the second line here explains this error is expected and is not a problem:

A single error about an inline script not firing due to content security policy is expected!

Is the dashboard rendering fine within the iframe?

@flash1293 no, dashboard is not rendering within the iframe

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