projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

Audit operator's RBAC #486

Open skriss opened 2 years ago

skriss commented 2 years ago

The operator currently has a broad set of RBAC grants: https://github.com/projectcontour/contour-operator/blob/main/internal/operator/operator.go#L55-L74

These are a combination of:

It'd be nice to:

skriss commented 2 years ago

xref #265