pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
218 stars 55 forks source link

User-facing aggregated roles for programs/stacks #495

Open EronWright opened 11 months ago

EronWright commented 11 months ago

Hello!

Issue details

The problem is that it inconvenient to grant to users the ability to work with Program and Stack objects. The administrator must define RBAC roles by hand.

The proposed solution is to automatically install aggregated roles, akin to https://github.com/cert-manager/cert-manager/issues/872. Specifically, the view role would be able to get/watch/list Program and Stack. The edit and admin roles would also be able to create/delete/update/patch.

Affected area/feature

The affected area is the deployment programs for the operator itself (see deploy/).