mirror of https://github.com/apache/cloudstack.git
Changes: - CS 4.3 handled Network entity in two ways: a) Specified "UseNetwork" access and did a strict check w.r.t who can use this network. Regular users and Domain Admin went through the strict check. Root admin got access always. b) Specified "null" access and that meant admins can access this network for the calling API that passes null access. - Fixing CS 4.4 IAM to handle this behavior: a) "UseNetwork" is mapped to "UseEntry" and IAM check will be done only for domain admin and regular users when this access is specified. Root Admin is grated access. b) If "null" access is specified, root and domain admin both are granted access. Regular users still go through IAM. |
||
|---|---|---|
| .. | ||
| conf | ||
| resources | ||
| scripts | ||
| src | ||
| test | ||
| pom.xml | ||