cloudoperators / greenhouse

Cloud operations platform
Apache License 2.0
8 stars 1 forks source link

[FEAT] - Team RBAC use LabelSelector for Cluster & Team #90

Open IvoGoman opened 2 months ago

IvoGoman commented 2 months ago

Priority

(Medium) I'm annoyed but I'll live

Description

Currently the Team RBAC uses direct mapping of TeamRoleBinding to Cluster and Team by name. It should be made possible to set a LabelSelector instead for either referenced resource. This will reduce the configuration effort for the ClusterAdmin and makes RBAC work OOTB for newly onboarded clusters and teams.

Acceptance Criteria:

Reference Issues

No response

IvoGoman commented 1 week ago

Requirement of LabelSelector for Teams moved to #255