diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 4e34e29985b..bd96e5514a2 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -689,7 +689,9 @@ Set the policy template that will be used when adding the `Content-Security-Poli ### actions_allow_post_url -Sets API paths to be accessible between plugins using the POST verb. This is a comma separated list, and uses glob matching. +Sets API paths to be accessible between plugins using the POST verb. If the value is empty, you can only pass remote requests through the proxy. If the value is set, you can also send authenticated POST requests to the local server. You typically use this to enable backend communication between plugins. + +This is a comma-separated list which uses glob matching. This will allow access to all plugins that have a backend: