Skip to content

Commit

Permalink
feat: add argo local user with read perms
Browse files Browse the repository at this point in the history
Add an Argo CD local user with readonly permissions using the built-in
readonly role.
  • Loading branch information
d3adb5 committed Apr 5, 2024
1 parent 476e650 commit 2d4ce79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions applications/app-of-apps/templates/argo-cd/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ spec:
configs:
params:
server.insecure: true
cm:
accounts.difford: apiKey
rbac:
policy.csv: |
g, difford, role:readonly
controller:
replicas: 1
Expand Down

0 comments on commit 2d4ce79

Please sign in to comment.