From 43f5b4ae088b5f5380f92d6e4c79d454b5ff6730 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 14 Dec 2025 23:08:38 -0300 Subject: [PATCH] gitea: enable OIDC auto-registration --- services/gitea/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gitea/deployment.yaml b/services/gitea/deployment.yaml index 4fd47c2e..0508f57f 100644 --- a/services/gitea/deployment.yaml +++ b/services/gitea/deployment.yaml @@ -123,6 +123,8 @@ spec: value: "https://scm.bstein.dev" - name: GITEA__service__ENABLE_OPENID_SIGNIN value: "true" + - name: GITEA__oauth2_client__ENABLE_AUTO_REGISTRATION + value: "true" - name: GITEA__service__ALLOW_ONLY_EXTERNAL_REGISTRATION value: "true" - name: GITEA__service__DISABLE_REGISTRATION