Skip to content

Commit 78cd336

Browse files
committed
add secret permissions
1 parent 14d9c3a commit 78cd336

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

aws-github/cluster-types/mgmt/components/argo-workflows/ecr-publish-permissions-sync.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ rules:
2222
- get
2323
- watch
2424
- list
25+
- apiGroups:
26+
- ''
27+
resources:
28+
- secrets
29+
verbs:
30+
- get
31+
- watch
32+
- list
33+
- update
34+
- create
35+
- delete
2536
---
2637
apiVersion: rbac.authorization.k8s.io/v1
2738
kind: RoleBinding

aws-gitlab/cluster-types/mgmt/components/argo-workflows/ecr-publish-permissions-sync.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ rules:
2222
- get
2323
- watch
2424
- list
25+
- apiGroups:
26+
- ''
27+
resources:
28+
- secrets
29+
verbs:
30+
- get
31+
- watch
32+
- list
33+
- update
34+
- create
35+
- delete
2536
---
2637
apiVersion: rbac.authorization.k8s.io/v1
2738
kind: RoleBinding

0 commit comments

Comments
 (0)