cloudandheat / ch-k8s-lbaas

Flexible Loadbalancer-as-a-Service controller for Kubernetes
Apache License 2.0
9 stars 7 forks source link

Ensure that IP and Port listings are scoped to the current project #49

Closed horazont closed 10 months ago

horazont commented 11 months ago

Neutron will by default return all objects the user has access to, no matter how its token is scoped to a project.

We should ensure that the LBaaS will only ever act on resources in its own project.

horazont commented 11 months ago

Related issue: https://gitlab.com/yaook/k8s/-/merge_requests/921