Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1291

Azure ARM SecurityGroupExtension overwrites IpPermission rules

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0.1
    • None
    • jclouds-compute

    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

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            svet Svetoslav Neykov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: