Skip to content

Commit

Permalink
Backport of docs: note that plugin policy is required in the UI for C…
Browse files Browse the repository at this point in the history
…SI volumes into release/1.7.x (#20560)

Co-authored-by: Tim Gross <tgross@hashicorp.com>
  • Loading branch information
hc-github-team-nomad-core and tgross committed May 10, 2024
1 parent 13b3c6c commit 353fe6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/content/docs/other-specifications/acl-policy.mdx
Expand Up @@ -461,6 +461,14 @@ agent {
}
```
Additionally, ACL policies for users who can read jobs that mount CSI volumes
should include the following rules.
```hcl
plugin {
policy = "read"
}
```
[Secure Nomad with Access Control]: /nomad/tutorials/access-control
[hcl]: https://github.com/hashicorp/hcl
Expand Down

0 comments on commit 353fe6b

Please sign in to comment.