Update Headlamp and Vault documentation; enhance RBAC configurations in Argo CD. Modify Headlamp README to clarify sessionTTL handling and ServiceAccount permissions. Add Cilium network policy instructions to Vault README. Update Argo CD values.yaml for default RBAC settings, ensuring local admin retains full access while new users start with read-only permissions. Reflect these changes in CLUSTER-BUILD.md.
This commit is contained in:
@@ -21,6 +21,13 @@ configs:
|
||||
# TLS terminates at Traefik / cert-manager; Argo CD serves HTTP behind the Ingress.
|
||||
server.insecure: true
|
||||
|
||||
# RBAC: default authenticated users to read-only; keep local **admin** as full admin.
|
||||
# Ref: https://argo-cd.readthedocs.io/en/stable/operator-manual/rbac/
|
||||
rbac:
|
||||
policy.default: role:readonly
|
||||
policy.csv: |
|
||||
g, admin, role:admin
|
||||
|
||||
server:
|
||||
certificate:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user