From 1feb8b98c77d358c193770c52d858d130c124663 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 30 Jun 2022 11:58:25 +0100
Subject: [PATCH] gitea: update oauth callback path to http

---
 basic/apps/dev/gitea-oauth-client.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/basic/apps/dev/gitea-oauth-client.yaml b/basic/apps/dev/gitea-oauth-client.yaml
index 13e453e..c70a117 100644
--- a/basic/apps/dev/gitea-oauth-client.yaml
+++ b/basic/apps/dev/gitea-oauth-client.yaml
@@ -17,5 +17,5 @@ spec:
   scope: "openid profile email stackspin_roles"
   secretName: stackspin-gitea-oauth-variables
   redirectUris:
-    - https://dev.${domain}/user/oauth2/Stackspin/callback
+    - http://dev.${domain}/user/oauth2/Stackspin/callback
   tokenEndpointAuthMethod: client_secret_post
-- 
GitLab