cluster-api-provider-aws icon indicating copy to clipboard operation
cluster-api-provider-aws copied to clipboard

WIP:✨ feat: all disabling the allow all sources for some security groups

Open richardcase opened this issue 1 year ago • 12 comments
trafficstars

What type of PR is this?

/kind feature

What this PR does / why we need it:

Allow overriding the "allow all sources" (i.e. 0.0.0.0./0) for the following:

  • Node port services
  • API Server LB

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Special notes for your reviewer:

Checklist:

  • [ ] squashed commits
  • [ ] includes documentation
  • [ ] includes emojis
  • [ ] adds unit tests
  • [ ] adds or updates e2e tests

Release note:

Allow changing the default allow all sources `0.0.0.0/0` for some security groups with having to override the whole SG

richardcase avatar Aug 06 '24 13:08 richardcase