debugging
This commit is contained in:
parent
f3ad8444e8
commit
3c65ec704e
1 changed files with 8 additions and 1 deletions
|
@ -30,6 +30,13 @@ gitea:
|
||||||
oauth2_client:
|
oauth2_client:
|
||||||
ENABLE_AUTO_REGISTRATION: true
|
ENABLE_AUTO_REGISTRATION: true
|
||||||
ACCOUNT_LINKING: auto
|
ACCOUNT_LINKING: auto
|
||||||
|
oauth:
|
||||||
|
- name: 'Keycloak'
|
||||||
|
provider: 'openidConnect'
|
||||||
|
key: 'forgejo'
|
||||||
|
secret: 'nEJ7tmVYLjwuycF4vhBzCY8BVfk9LHDY'
|
||||||
|
# existingSecret: gitea-credentials
|
||||||
|
autoDiscoverUrl: 'https://runner.c-one-infra.de/keycloak/realms/cnoe/.well-known/openid-configuration'
|
||||||
|
|
||||||
service:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
Loading…
Reference in a new issue