Skip to content

Commit

Permalink
Add portforward permissions to nerc-ops group
Browse files Browse the repository at this point in the history
  • Loading branch information
larsks committed Jun 27, 2022
1 parent d267e55 commit 8995691
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: nerc-ops-portforward
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: allow-portforward-all
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: nerc-ops
1 change: 1 addition & 0 deletions cluster-scope/overlays/nerc-ocp-infra/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resources:
- groupsyncs/github-ocp-on-nerc.yaml
- clusterrolebindings/nerc-ops-cluster-reader.yaml
- clusterrolebindings/nerc-ops-sudoers.yaml
- clusterrolebindings/nerc-ops-portforward.yaml

patches:
- path: oauths/cluster_patch.yaml

0 comments on commit 8995691

Please sign in to comment.