Skip to content

Commit 2d4ce79

Browse files
committed
feat: add argo local user with read perms
Add an Argo CD local user with readonly permissions using the built-in readonly role.
1 parent 476e650 commit 2d4ce79

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

applications/app-of-apps/templates/argo-cd/application.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ spec:
2121
configs:
2222
params:
2323
server.insecure: true
24+
cm:
25+
accounts.difford: apiKey
26+
rbac:
27+
policy.csv: |
28+
g, difford, role:readonly
2429
2530
controller:
2631
replicas: 1

0 commit comments

Comments
 (0)