Skip to content

Commit

Permalink
fix(server): Add list sa and create secret to argo-server roles.
Browse files Browse the repository at this point in the history
…Closes argoproj#4526 (argoproj#4514)

Signed-off-by: boolman <[email protected]>
  • Loading branch information
Boolman committed Nov 14, 2020
1 parent d0082e8 commit 02e1f0e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
- secrets
verbs:
- get
- create
- apiGroups:
- ""
resources:
Expand All @@ -39,10 +40,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
Expand Down
3 changes: 2 additions & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ rules:
- secrets
verbs:
- get
- create
- apiGroups:
- ""
resources:
Expand All @@ -353,10 +354,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
Expand Down
3 changes: 2 additions & 1 deletion manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ rules:
- secrets
verbs:
- get
- create
- apiGroups:
- ""
resources:
Expand All @@ -260,10 +261,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rules:
- secrets
verbs:
- get
- create
- apiGroups:
- ""
resources:
Expand All @@ -39,10 +40,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
Expand Down
3 changes: 2 additions & 1 deletion manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ rules:
- secrets
verbs:
- get
- create
- apiGroups:
- ""
resources:
Expand All @@ -265,10 +266,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
Expand Down
3 changes: 2 additions & 1 deletion manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ rules:
- secrets
verbs:
- get
- create
- apiGroups:
- ""
resources:
Expand All @@ -265,10 +266,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
Expand Down
3 changes: 2 additions & 1 deletion manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ rules:
- secrets
verbs:
- get
- create
- apiGroups:
- ""
resources:
Expand All @@ -265,10 +266,10 @@ rules:
- apiGroups:
- ""
resources:
- secrets
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- argoproj.io
resources:
Expand Down

0 comments on commit 02e1f0e

Please sign in to comment.