operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
63 stars 53 forks source link

Docs: Authorization - Granting user access to API resources #1383

Open tlwu2013 opened 1 week ago

tlwu2013 commented 1 week ago

We need documentation that explains how to grant users access to API resources provided by installed packages through RBAC authorization.

This will enable users, other than cluster admins themselves, to create custom resource objects for consuming the provided API from installed operators/cluster extensions.

Specifically, the documentation covers:

1. Create default ClusterRoles for API/CRD access (if not provided by the bundle itself):

2. Grant user access to API resources:

bentito commented 1 day ago

work on this is in PR #1407