Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vishesh92 committed May 23, 2024
1 parent b07ffd4 commit f8e540a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/book/src/topics/cloudstack-permissions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CloudStack Permissions for CAPC

The account that CAPC runs under must minimally be a Domain Admin type account with a role offering the following permissions
The account that CAPC runs under must minimally be a User type account with a role offering the following permissions

* assignToLoadBalancerRule
* associateIpAddress
Expand All @@ -19,7 +19,6 @@ The account that CAPC runs under must minimally be a Domain Admin type account w
* listAccounts
* listAffinityGroups
* listDiskOfferings
* listDomains
* listLoadBalancerRuleInstances
* listLoadBalancerRules
* listNetworkOfferings
Expand All @@ -39,4 +38,6 @@ The account that CAPC runs under must minimally be a Domain Admin type account w
* stopVirtualMachine
* updateVMAffinityGroup

> Note: If the user doesn't have permissions to expunge the VM, it will be left in a destroyed state. The user will need to manually expunge the VM.
This permission set has been verified to successfully run the CAPC E2E test suite (Oct 11, 2022).

0 comments on commit f8e540a

Please sign in to comment.