From 3f79346db927f0c574c8123ee4bd553b3ec5fc3b Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Tue, 11 Jun 2024 02:56:27 -0400 Subject: [PATCH] backport of commit 00570d221b169cb1c684e2d5f45c050760d6721d (#23293) Co-authored-by: James Rasell --- website/content/docs/other-specifications/acl-policy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/other-specifications/acl-policy.mdx b/website/content/docs/other-specifications/acl-policy.mdx index 8e443d427d8..d23a53cb9dd 100644 --- a/website/content/docs/other-specifications/acl-policy.mdx +++ b/website/content/docs/other-specifications/acl-policy.mdx @@ -64,7 +64,7 @@ host_volume "*" { } plugin { - policy = "write" + policy = "read" } ```