From 2a89cdb4afb36ffca56ee8abb6c17c6a3a57917e Mon Sep 17 00:00:00 2001 From: strk Date: Thu, 25 Jul 2024 21:00:54 +0000 Subject: [PATCH] Enable openid sign in and signup in forgejo-v8 demo site (#2) Proper version of https://code.forgejo.org/strk/forgejo-infrastructure-k8s/pulls/1 See https://codeberg.org/forgejo/discussions/issues/195#issuecomment-2108955 @earl-warren Reviewed-on: https://code.forgejo.org///infrastructure/k8s/pulls/2 Reviewed-by: Michael Kriese Co-authored-by: strk Co-committed-by: strk --- forgejo-v8/values.yml | 3 +++ forgejo-v9/values.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/forgejo-v8/values.yml b/forgejo-v8/values.yml index 065c5d2..5e859fd 100644 --- a/forgejo-v8/values.yml +++ b/forgejo-v8/values.yml @@ -71,3 +71,6 @@ gitea: indexer: ISSUE_INDEXER_TYPE: bleve REPO_INDEXER_ENABLED: true + openid: + ENABLE_OPENID_SIGNIN: true + ENABLE_OPENID_SIGNUP: true diff --git a/forgejo-v9/values.yml b/forgejo-v9/values.yml index 5d8f569..841f859 100644 --- a/forgejo-v9/values.yml +++ b/forgejo-v9/values.yml @@ -71,3 +71,6 @@ gitea: indexer: ISSUE_INDEXER_TYPE: bleve REPO_INDEXER_ENABLED: true + openid: + ENABLE_OPENID_SIGNIN: true + ENABLE_OPENID_SIGNUP: true