WIP: IPCEICIS-2293_oidc_in_forgejo #12

Closed
Franz.Germann wants to merge 29 commits from IPCEICIS-2293_oidc_in_forgejo into development
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 109198d96f - Show all commits

View file

@ -36,7 +36,7 @@ gitea:
key: 'forgejo'
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
# existingSecret: gitea-credentials
autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration'
autoDiscoverUrl: 'https://gitea.{{{ .Env.DOMAIN }}}/.well-known/openid-configuration'
service:
ssh:

View file

@ -200,10 +200,10 @@ data:
"oidc.ciba.grant.enabled": false
},
"alwaysDisplayInConsole": false,
"rootUrl": "https://{{{ .Env.DOMAIN }}}",
"rootUrl": "https://gitea.{{{ .Env.DOMAIN }}}",
"baseUrl": "",
"redirectUris": [
"https://{{{ .Env.DOMAIN }}}/*"
"https://gitea.{{{ .Env.DOMAIN }}}/*"
],
"webOrigins": [
"/*"