Skip to content

Commit

Permalink
Fix docs for instance principal
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamradhakrishnan committed Apr 29, 2024
1 parent a1ea85b commit cd00e30
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 cd00e30

Please sign in to comment.