This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from 5db62c1  Removed duplicate import for StringUtils (#5975)
     add a6d9fa6  Role escalation prevention (#5879)
     add bc93163  ui: Allow domain admin to configure subdomain limits (#5978)
     new e9d8d79  Merge branch '4.16'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/com/cloud/user/AccountService.java   |   4 +-
 .../java/org/apache/cloudstack/acl/APIChecker.java |   3 +
 .../command/admin/account/CreateAccountCmd.java    |   3 +-
 .../admin/account/CreateAccountCmdTest.java        |   6 +-
 .../acl/DynamicRoleBasedAPIAccessChecker.java      |   9 ++
 .../acl/ProjectRoleBasedApiAccessChecker.java      |  11 +-
 .../acl/StaticRoleBasedAPIAccessChecker.java       |   8 ++
 .../cloudstack/discovery/ApiDiscoveryService.java  |   5 +
 .../discovery/ApiDiscoveryServiceImpl.java         |  19 +++
 .../ratelimit/ApiRateLimitServiceImpl.java         |  13 +-
 .../api/BaremetalProvisionDoneNotificationCmd.java |   3 +-
 .../contrail/management/MockAccountManager.java    |  11 +-
 .../java/com/cloud/user/AccountManagerImpl.java    | 154 ++++++++++++++++++++-
 .../core/spring-server-core-managers-context.xml   |   4 +-
 .../com/cloud/user/MockAccountManagerImpl.java     |  11 +-
 ui/src/config/section/domain.js                    |   2 +-
 16 files changed, 238 insertions(+), 28 deletions(-)

Reply via email to