Skip to content

Commit a2f9905

Browse files
committed
feat(argocd): add readonly user
1 parent 5c39271 commit a2f9905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base-infrastructure/terraform/resources/helm-argocd.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ resource "helm_release" "argo-cd" {
1717
cm = {
1818
"timeout.reconciliation" : "60s"
1919
"timeout.hard.reconciliation" : "90s"
20+
# NOTE: Additional users for readonly access - https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#create-new-user
21+
"accounts.readonly" : "login",
22+
"accounts.readonly.enabled" : "true"
2023
}
2124
}
2225
})

0 commit comments

Comments
 (0)