apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
1.88k stars 1.08k forks source link

Provide the Option to edit existing Egress/Firewall/Port forwarding/ Security group rules #8382

Open kiranchavala opened 7 months ago

kiranchavala commented 7 months ago

ISSUE TYPE

Enhancement/Improvement request

COMPONENT NAME

Component: UI/API

CLOUDSTACK VERSION

Cloudstack version 4.18

SUMMARY

Provide the Option to edit existing Egress/Firewall/Port forwarding/ Security group rules

Steps to reproduce the issue

  1. Create an isolated network.

  2. Navigate to Egress rules,

Egress rules

Currently, there is no option to edit the Egress rules from the UI or the api.

https://cloudstack.apache.org/api/apidocs-4.18/apis/updateEgressFirewallRule.html

  1. Navigate the public ip address associated to the isolated network, Create a firewall rule.

Firewall rules

Currently, there is no option to edit the firewall rules from the UI or the api.

https://cloudstack.apache.org/api/apidocs-4.18/apis/updateFirewallRule.html

  1. Navigate the public ip address associated to the isolated network, Create a port-forwarding rule.

Portforwarding rules

Currently, there is no option to edit the port-forwarding rules from the UI or the api.

https://cloudstack.apache.org/api/apidocs-4.18/apis/updatePortForwardingRule.html

  1. Create a Cloudstack env with security groups, Navigate the ingress/egress rule tab of the security groups

edit security group rule

Currently, there is no option to edit the security group rules from the UI or the api.

https://cloudstack.apache.org/api/apidocs-4.18/apis/updateSecurityGroup.html

Currently, the end-user has to delete the existing Egress/Firewall/Port forwarding/Security group rules and create a new Egress/Firewall/Port forwarding/Security group rules.

The edit option is available only for Load balancing rules and for ACL rules is present in VPC network

Loadbalancing rules

edit acl

weizhouapache commented 5 months ago

+1

load balancing rules look ok. image image