Skip to content

Commit

Permalink
Adding second group for aws auth flow (#735)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Jaswal <[email protected]>
  • Loading branch information
jaswalkiranavtar authored Dec 5, 2024
1 parent 7fc063a commit a138a54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: system:open-cluster-management:{{ .ManagedClusterName }}
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: open-cluster-management:{{ .ManagedClusterName }}
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: system:open-cluster-management:{{ .ManagedClusterName }}
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: open-cluster-management:{{ .ManagedClusterName }}
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: system:open-cluster-management:{{ .ManagedClusterName }}
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: open-cluster-management:{{ .ManagedClusterName }}

0 comments on commit a138a54

Please sign in to comment.