Last active
June 25, 2018 03:34
-
-
Save robscott/9fb69bc1667f046574c72f8ea17d93e6 to your computer and use it in GitHub Desktop.
RBAC Definition Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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