gitea: update oauth callback path to http

This commit is contained in:
xeruf 2022-06-30 11:58:25 +01:00
parent b5ec0c73d8
commit 1feb8b98c7
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ spec:
scope: "openid profile email stackspin_roles" scope: "openid profile email stackspin_roles"
secretName: stackspin-gitea-oauth-variables secretName: stackspin-gitea-oauth-variables
redirectUris: redirectUris:
- https://dev.${domain}/user/oauth2/Stackspin/callback - http://dev.${domain}/user/oauth2/Stackspin/callback
tokenEndpointAuthMethod: client_secret_post tokenEndpointAuthMethod: client_secret_post