Skip to content

Commit

Permalink
backport of commit 1251c1d
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed May 10, 2024
1 parent 13b3c6c commit 8f57be2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/content/docs/other-specifications/acl-policy.mdx
Original file line number Diff line number Diff line change
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 8f57be2

Please sign in to comment.