mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
status 9336: resolved fixed Following changes were made: * deleteSecurityGroup/authorizeSecurityGroupIngress - removed account/domainId parameters as SG is uniquely identified by id now * removed account_name field from securityGroup DB table; removed allowed_security_group/allowed_sec_grp_acct from security_ingress_rule. These values were used for api response generation only for performance purposes; added caching on API level to improve performance * Added missing security checks for securityGroups/ingressRules