Skip to content

Commit

Permalink
doc: add download swagger permission (#2398)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds authored Oct 4, 2023
1 parent c8a6abe commit 7eec4ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/prepare-cdot-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,14 @@ Check that the harvest role has web access for ONTAPI and REST.
```bash
vserver services web access show -role harvest2-role -name ontapi
vserver services web access show -role harvest2-role -name rest
vserver services web access show -role harvest2-role -name docs-api
```

If either entry is missing, enable access by running the following. Replace `$ADMIN_VSERVER` with your SVM admin name.
```bash
vserver services web access create -vserver $ADMIN_VSERVER -name ontapi -role harvest2-role
vserver services web access create -vserver $ADMIN_VSERVER -name rest -role harvest2-role
vserver services web access create -vserver $ADMIN_VSERVER -name docs-api -role harvest2-role
```

#### 7-Mode CLI
Expand Down

0 comments on commit 7eec4ef

Please sign in to comment.