WIP: IPCEICIS-2293_oidc_in_forgejo #12

Closed
Franz.Germann wants to merge 29 commits from IPCEICIS-2293_oidc_in_forgejo into development
Showing only changes of commit 348a27d7c0 - Show all commits

View file

@ -27,13 +27,18 @@ gitea:
server: server:
DOMAIN: 'gitea.{{{ .Env.DOMAIN }}}' DOMAIN: 'gitea.{{{ .Env.DOMAIN }}}'
ROOT_URL: 'https://gitea.{{{ .Env.DOMAIN }}}:443' ROOT_URL: 'https://gitea.{{{ .Env.DOMAIN }}}:443'
oauth:
- name: 'Keycloak' oauth2_client:
provider: 'openidConnect' ENABLE_AUTO_REGISTRATION: true
keys: 'forgejo' ACCOUNT_LINKING: auto
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
# existingSecret: gitea-credentials oauth:
autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration' - name: 'Keycloak'
provider: 'openidConnect'
key: 'forgejo'
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
# existingSecret: gitea-credentials
autoDiscoverUrl: 'https://gitea.runner.c-one-infra.de/.well-known/openid-configuration'
service: service:
ssh: ssh: