diff --git a/components/configs/rbac/overlays/hou-edge/aap-admins-group.yaml b/components/configs/rbac/overlays/hou-edge/aap-admins-group.yaml new file mode 100644 index 0000000..0ea4b87 --- /dev/null +++ b/components/configs/rbac/overlays/hou-edge/aap-admins-group.yaml @@ -0,0 +1,6 @@ +kind: Group +apiVersion: user.openshift.io/v1 +metadata: + name: aap-admins +users: +- cnorville90 diff --git a/components/configs/rbac/overlays/hou-edge/aap-edit-ns-rolebinding.yaml b/components/configs/rbac/overlays/hou-edge/aap-edit-ns-rolebinding.yaml new file mode 100644 index 0000000..54049aa --- /dev/null +++ b/components/configs/rbac/overlays/hou-edge/aap-edit-ns-rolebinding.yaml @@ -0,0 +1,12 @@ +kind: RoleBinding +metadata: + name: edit + namespace: aap +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: edit +subjects: +- apiGroup: rbac.authorization.k8s.io + kind: Group + name: aap-admins diff --git a/components/configs/rbac/overlays/hou-edge/kustomization.yaml b/components/configs/rbac/overlays/hou-edge/kustomization.yaml index ffee213..44c2ff0 100644 --- a/components/configs/rbac/overlays/hou-edge/kustomization.yaml +++ b/components/configs/rbac/overlays/hou-edge/kustomization.yaml @@ -5,6 +5,8 @@ bases: - ../../base resources: + - aap-admins-group.yaml + - aap-edit-ns-rolebinding.yaml - adhoc-ops-group.yaml - lab-cluster-admins-group.yaml - lab-cluster-admins-rolebinding.yaml