clusterlink-net / clusterlink

A Gateway for connecting application services in different domains, networks, and cloud infrastructures
https://clusterlink.net
Other
17 stars 18 forks source link

[FEATURE]: Decreae the scope of various RBAC resources. #660

Open aviweit opened 1 week ago

aviweit commented 1 week ago

Issue had been opened per: https://github.com/clusterlink-net/clusterlink/pull/656#discussion_r1652152268

Currently the operator and control plane are using roles and rolebindings that are cluster scoped.

Some resources however, are specific ones (namespace/name). For example, coredns configmaps and deployments.

It would be good to identify these resources and use namespaced roles/rolebinding with resourceNames for them.