LB annotations for ACL
n-Arno opened this issue · 2 comments
n-Arno commented
Scaleway LB allow adding ACL to frontend, allowing creating LB via Services with those added on the frontend would improve security in some use-cases.
Exemple configuration:
service.beta.kubernetes.io/scw-loadbalancer-front-acl: "match:subnet:x.x.x.x/32:invert=true,action:deny"
jtherin commented
spec.loadBalancerSourceRange already support whitelist acl.