Skip to content

Commit

Permalink
Fix docs for instance principal (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed May 2, 2024
1 parent 9aa0b4e commit cf46124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/gs/install-cluster-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ parameters explained in above section will not be used.
Please ensure the following policies in the dynamic group for CAPOCI to be able to talk to various OCI Services.

```
allow dynamic-group [your dynamic group name] to read instance-family in compartment [your compartment name]
allow dynamic-group [your dynamic group name] to use virtual-network-family in compartment [your compartment name]
allow dynamic-group [your dynamic group name] to manage instance-family in compartment [your compartment name]
allow dynamic-group [your dynamic group name] to manage virtual-network-family in compartment [your compartment name]
allow dynamic-group [your dynamic group name] to manage load-balancers in compartment [your compartment name]
```

Expand Down

0 comments on commit cf46124

Please sign in to comment.