From 073b44e0c351a3d52f15ca484c9d1384dbca54f2 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 13 Jan 2026 12:47:41 -0300 Subject: [PATCH] gitea: auto-link oidc accounts --- services/gitea/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gitea/deployment.yaml b/services/gitea/deployment.yaml index d17a007..ed2cd63 100644 --- a/services/gitea/deployment.yaml +++ b/services/gitea/deployment.yaml @@ -125,6 +125,8 @@ spec: value: "true" - name: GITEA__oauth2_client__ENABLE_AUTO_REGISTRATION value: "true" + - name: GITEA__oauth2_client__ACCOUNT_LINKING + value: "auto" - name: GITEA__service__ALLOW_ONLY_EXTERNAL_REGISTRATION value: "true" - name: GITEA__service__DISABLE_REGISTRATION