I want to add the following rule to the kibana.yml for kibana on docker, version 7.7.1. I will externalise the kibana.yml filke using the volume mapping. But what is the right syntax ? The below syntax works for the native kibana version but not for the docker version.
csp.rules:
- "script-src 'unsafe-inline' 'unsafe-eval' 'self' https://maps.googleapis.com"
Thanks !