aws / amazon-managed-grafana-roadmap

Amazon Managed Grafana Roadmap
Other
60 stars 4 forks source link

Support custom Content Security Policy template #77

Open midoxc opened 5 months ago

midoxc commented 5 months ago

To use the Parca plugin with AMG, I need to be able to add to the Content-Security-Policy used to allow connections from a custom endpoint where the parca server is deployed.

https://grafana.com/docs/grafana/latest/administration/configuration/#content_security_policy

This config would need to be exposed in some way.

ZoneMR commented 4 months ago

Yes, please, we wish to include external images in our dashboards and are unable to do so.

pavolzibrita commented 4 months ago

This would be useful! Thanks!

sadnan1994 commented 4 months ago

We have a usecase for this as well which is blocked due to this.

VermaPriyanka commented 4 months ago

@sadnan1994 Can you share details of your use-case?

rawnsley commented 1 month ago

Hi @VermaPriyanka . We have the same requirement and a simple use case would be importing a database of user profiles and wanting to display each user's profile picture alongside their details. The profile picture may come from a 3rd party domain, which would need to be added to the CSP img-src list. This is a serious limitation for us that we were easily able to overcome on our self-hosted Grafana instance.