Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.7.3, 1.8.0
Description
When adding a new IpPermission for a SecurityGroup using the google implementation of the SecurityGroupExtension you cannot specify a single port.
The IpPermission requires a to and from port, then the implementation (GoogleComputeEngineSecurityGroupExtension) fails if these two ports are the same. This works with the AWS implementation, so I guess is the correct way to specify a single port with this API.
Should be fixable with a simple check and using addPort(Integer port) from the builder.
Attachments
Attachments
Issue Links
- is duplicated by
-
JCLOUDS-668 Create IpPermission for a single port
- Resolved