-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
ISSUE TYPE
- Improvement Request
COMPONENT NAME
Component: API
CLOUDSTACK VERSION
4.17.2.0
SUMMARY
Currently, a parent domain admin can perform most of the operations in a subdomain such as Add/delete FW,PF rules, stop, start & destroy virtual machines but deploying a virtual machine is not allowed. This design is inconsistent and needs to be improved to allow VM deployment to subdomain networks.
STEPS TO REPRODUCE
Deploy Virtual Machine using API as a parent domain admin to a subdomain guest network.
Deployment fails with 'permission denied'
Try destroying a VM in a subdomain as a parent domain admin, this works. These two are contradicting designs.