Skip to content

Commit

Permalink
docs: add permissions to docs for qos
Browse files Browse the repository at this point in the history
Thanks to Watson9121 for raising
  • Loading branch information
cgrinds committed Mar 27, 2023
1 parent 03a2e21 commit 87bf604
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/prepare-cdot-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ those should be entered under the *Command* column, *Query* should be left blank
*readonly*.

* cluster
* qos
* lun
* snapmirror
* statistics
Expand Down Expand Up @@ -136,6 +137,11 @@ security login role create -role harvest2-role -access readonly -cmddirname "net
security login role create -role harvest2-role -access readonly -cmddirname "security"
security login role create -role harvest2-role -access readonly -cmddirname "storage encryption disk"
security login role create -role harvest2-role -access readonly -cmddirname "vserver"

# Permissions required for Harvest 23.05+ QoS policies
security login role create -role harvest2-role -access readonly -cmddirname "qos adaptive-policy-group"
security login role create -role harvest2-role -access readonly -cmddirname "qos policy-group"

```

#### All APIs read-only approach
Expand Down

0 comments on commit 87bf604

Please sign in to comment.