[ 
https://issues.apache.org/jira/browse/JCLOUDS-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Svetoslav Neykov updated JCLOUDS-1291:
--------------------------------------
    Description: 
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 
{noformat}
ingress-<proto>-<start port>-<end port>
{noformat}
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.

  was:
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.


> 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
>              Labels: azurecompute-arm
>
> 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 
> {noformat}
> ingress-<proto>-<start port>-<end port>
> {noformat}
> 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)

Reply via email to