Svetoslav Neykov created JCLOUDS-1291:
-----------------------------------------
Summary: Azure ARM SecurityGroupExtension overwrites IpPermission
rules
Key: JCLOUDS-1291
URL: https://issues.apache.org/jira/browse/JCLOUDS-1291
Project: jclouds
Issue Type: Bug
Components: jclouds-compute
Affects Versions: 2.0.1
Reporter: Svetoslav Neykov
The SecurityGroupExtension for azurecompute-arm generates identical names for
different security group rules, potentially overwriting existing entries.
The security group rule name format atm is {{ingress-<proto>-<start port>-<end
port>}}. It will be the same for multiple entries with different sources (cidr
only supported here). When multiple entries with the same protocol, start port,
end port, but different {{cidrBlocks}} are created the last one will overwrite
previous entries.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)