mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
bug 7352: implemented security for the list ip fwding rules cmd, to filter results based on user
status 7352: resolved fixed
This commit is contained in:
parent
d0fc07496f
commit
dc5c82456c
@ -2553,7 +2553,7 @@ public class ManagementServerImpl implements ManagementServer {
|
||||
|
||||
@Override
|
||||
public List<FirewallRuleVO> searchForIpForwardingRules(ListIpForwardingRulesCmd cmd){
|
||||
//Note
|
||||
//Note::
|
||||
//The following was decided after discussing with Will
|
||||
//ListIpForwardingRules with no params lists the rules for that user ; with a listAll() for admin
|
||||
//ListIpForwardingRules with accountName and domainId lists the rule for that account (provided the executing user has the right perms)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user