Skip to content

Instantly share code, notes, and snippets.

@robscott
Last active June 25, 2018 03:34
Show Gist options
  • Save robscott/9fb69bc1667f046574c72f8ea17d93e6 to your computer and use it in GitHub Desktop.
Save robscott/9fb69bc1667f046574c72f8ea17d93e6 to your computer and use it in GitHub Desktop.
RBAC Definition Example
apiVersion: rbacmanager.reactiveops.io/v1beta1
kind: RBACDefinition
metadata:
name: rbac-manager-config
rbacBindings:
- name: user-a-example
subjects:
- kind: User
name: A
roleBindings:
- clusterRole: edit
namespace: web
- clusterRole: edit
namespace: api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment