Closed simonferquel closed 5 years ago
Kubernetes has a feature called aggregated cluster roles (see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles). The idea is that these roles are an union of all roles matching their label selector. Kubernetes comes with 3 such built-in clusterroles (view, edit, admin). So...
As a Kubernetes administrator
Acceptance criteria:
Kubernetes has a feature called aggregated cluster roles (see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles). The idea is that these roles are an union of all roles matching their label selector. Kubernetes comes with 3 such built-in clusterroles (view, edit, admin). So...
As a Kubernetes administrator
Acceptance criteria: