diff --git a/basic/apps/dev/gitea-oauth-client.yaml b/basic/apps/dev/gitea-oauth-client.yaml index 13e453e3fb2693725183b3be3671171c480419e8..c70a117a35be16f9c536ad6f2e3833ae6f05b3d2 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