From 89875a66f84f5f291a62ffeef71417cb1de4a255 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Thu, 29 Aug 2024 14:38:44 +0300 Subject: [PATCH] update passmower config --- passmower/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/passmower/values.yaml b/passmower/values.yaml index 693e0f3..17bc67b 100644 --- a/passmower/values.yaml +++ b/passmower/values.yaml @@ -15,6 +15,8 @@ passmower: github_organization: "codemowers" # Allow enrolling new users automatically. Actual access will be based on required_group parameter. Disable to only manually provision users. enroll_users: false + # Disable making changes to users on their profile or via admin panel - use for enforcing GitOps practices via OIDCUser spec. + disable_frontend_edit: true # Comma-separated, wildcard enabled namespace selector to select, in which namespaces Passmower looks for client CRDs. namespace_selector: "*" # Domain which will be preferred for determining primary emails. @@ -40,6 +42,9 @@ passmower: terms_of_service: configMapRef: name: passmower-tos + disable_frontend_edit: + content: "Edit users via [the members repo](https://git.k-space.ee/k-space/members). The repository is automatically synced to cluster via [ArgoCD](https://argocd.k-space.ee/applications/argocd/members?view=tree&resource=)" + redis: # Requires the Codemowers redis-operator to be installed: https://github.com/codemowers/operatorlib/tree/main/samples/redis-operator