diff --git a/manifests/artemis/penpot/values.yaml b/manifests/artemis/penpot/values.yaml index 72971c5..80af2c0 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" + flags: "enable-login-with-password disable-email-verification enable-smtp enable-login-with-oidc" # -- 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: ""