Is your feature request related to a problem? Please describe.
I want to limit access to an ingress by source ip (like with this nginx annotation nginx.ingress.kubernetes.io/whitelist-source-range). If i understand it correctly this can be managed by network security rules.
But with the current CRDs i can only assign defined network security rules.
It would be nice if there is a way to define the rules inside the kubernetes cluster.
Describe the solution you'd like
Provide a way to define network security rules inside a kubernetes cluster.
One way is to define a new CRD to create the rules.
Would love to see this implemented! Any custom policy currently requires someone from Infrastructure team to create resources directly in ALB which is a hassle.
Is your feature request related to a problem? Please describe.
I want to limit access to an ingress by source ip (like with this nginx annotation nginx.ingress.kubernetes.io/whitelist-source-range). If i understand it correctly this can be managed by network security rules. But with the current CRDs i can only assign defined network security rules.
It would be nice if there is a way to define the rules inside the kubernetes cluster.
Describe the solution you'd like
Provide a way to define network security rules inside a kubernetes cluster. One way is to define a new CRD to create the rules.
Describe alternatives you've considered
No response
Additional context
No response