From 3f204a8719d121a1a769e5baa7965427a370219f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Mon, 27 Oct 2025 19:33:53 +0100 Subject: [PATCH] chore(penpot): Updated values for OIDC --- manifests/artemis/penpot/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/artemis/penpot/values.yaml b/manifests/artemis/penpot/values.yaml index b1aa520..844f7f9 100644 --- a/manifests/artemis/penpot/values.yaml +++ b/manifests/artemis/penpot/values.yaml @@ -43,7 +43,7 @@ config: publicUri: "http://penpot.dgse.cloud" # -- The feature flags to enable. Check [the official docs](https://help.penpot.app/technical-guide/configuration/) for more info. # @section -- Configuration parameters - flags: "enable-login-with-password disable-email-verification enable-smtp enable-login-with-oidc" + flags: "disable-email-verification enable-smtp enable-login-with-oidc disable-registration" # -- A random secret key needed for persistent user sessions. Generate with `python3 -c "import secrets; print(secrets.token_urlsafe(64))"` for example. # @section -- Configuration parameters apiSecretKey: ""