This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 16fc2cd1f06 Merge branch '4.19' of
https://github.com/apache/cloudstack into 4.20
new 64d83ce9d12 Fix access to template/ISO list for domain/resource admins
new c3c6d345893 Add access validation to Quota email APIs
new 9cf9966dfea Keep same/consistent auth time for valid & invalid users
new 19d6b979af6 cks: create separate service account in project
new d5fbd07b9fb Adding privilege checks on user and account operations
The 5 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:
.../cluster/KubernetesServiceHelper.java | 2 +
api/src/main/java/com/cloud/user/Account.java | 1 +
.../main/java/com/cloud/user/dao/AccountDao.java | 8 +-
.../java/com/cloud/user/dao/AccountDaoImpl.java | 25 +-
.../api/command/QuotaConfigureEmailCmd.java | 2 +
.../command/QuotaListEmailConfigurationCmd.java | 5 +-
.../cluster/KubernetesClusterManagerImpl.java | 256 +++++++++++++--
.../cluster/KubernetesClusterService.java | 8 +-
.../cluster/KubernetesServiceHelperImpl.java | 8 +
.../cluster/dao/KubernetesClusterDao.java | 4 +-
.../cluster/dao/KubernetesClusterDaoImpl.java | 33 +-
.../contrail/management/MockAccountManager.java | 4 +
.../java/com/cloud/api/query/QueryManagerImpl.java | 2 +-
.../configuration/ConfigurationManagerImpl.java | 37 +++
.../resourcelimit/ResourceLimitManagerImpl.java | 6 +
.../main/java/com/cloud/user/AccountManager.java | 1 +
.../java/com/cloud/user/AccountManagerImpl.java | 355 +++++++++++++++------
.../ConfigurationManagerImplTest.java | 46 +++
.../com/cloud/user/AccountManagerImplTest.java | 104 +++++-
.../AccountManagerImplVolumeDeleteEventTest.java | 1 +
.../com/cloud/user/AccountManagetImplTestBase.java | 3 +
.../com/cloud/user/MockAccountManagerImpl.java | 4 +
22 files changed, 755 insertions(+), 160 deletions(-)