Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggregate gateway and sensor permissions to admin/edit/view roles (#382)
After installing argo-events into a cluster, it is convenient to have anyone with the admin, edit, or view roles to be able to interact with the sensors and gateways. A way to accomplish this is to create a cluster role with the appropriate permissions, and aggregate them to the respective cluster roles. Here is a link to the kubernetes doc: https://kubernetes.io/docs/reference/access-authn-authz/rbac/#aggregated-clusterroles This is very similar to what is done for argo workflows, as seen here:https://github.com/argoproj/argo/blob/fc1ec1a51462c9a114417db801e3a9715d3dc6b4/manifests/cluster-install/workflow-controller-rbac/workflow-aggregate-roles.yaml This commit addresses the issue reported in #381
- Loading branch information