Skip to content

Commit

Permalink
docs: note that plugin policy is required in the UI for CSI volumes (#…
Browse files Browse the repository at this point in the history
…20557)

The ACL docs have a section explaining that some parts of the UI need slightly
wider read permissions than expected. These docs should include that you need
`plugin:read` to look at CSI volume pages in the UI.

Fixes: #18527
  • Loading branch information
tgross committed May 10, 2024
1 parent 7e42ad8 commit 1251c1d
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 1251c1d

Please sign in to comment.