From be895603c8c56e76dd43ae6b6f7cb2897cf4e21e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:15:59 -0600 Subject: [PATCH] [v11.3.x] Docs: clarify the description of actions_allow_post_url (#96045) Docs: clarify the description of actions_allow_post_url (#95995) * Docs: clarify the description of actions_allow_post_url * adding a word to clarify this extends the default behavior and doesn't replace it * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com> * Update docs/sources/setup-grafana/configure-grafana/_index.md Co-authored-by: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com> --------- Co-authored-by: Beverly Buchanan <131809838+BeverlyJaneJ@users.noreply.github.com> (cherry picked from commit 4cc204affe54c9893b6de9a92b77434ee5a1fb92) Co-authored-by: Jacob Valdez --- docs/sources/setup-grafana/configure-grafana/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 7065371da85..331425888f6 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -703,7 +703,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: