community icon indicating copy to clipboard operation
community copied to clipboard

Add `SecurityGroupRules` to EC2 `SecurityGroup`

Open RedbackThomson opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? The EC2 SecurityGroup currently allows you to create and associate an EC2 Security Group with a VPC, but there is no way to add rules. The AWS SDK for Go supports adding rules through a separate method called ModifySecurityGroupRules.

Describe the solution you'd like A new SecurityGroupRules property in the spec of EC2 SecurityGroup and custom hooks supporting the handling of those rules with the API.

RedbackThomson avatar Jun 09 '22 19:06 RedbackThomson

@brycahta , Please take a look at this. It is an important part missing from SecurityGroup CRD. If there is already an open issue that you are tracking, please close this one.

vijtrip2 avatar Jun 10 '22 16:06 vijtrip2

Working on this now

brycahta avatar Jun 27 '22 16:06 brycahta

Available as of v0.0.18

brycahta avatar Sep 06 '22 18:09 brycahta