Fix gitea oauth
This commit is contained in:
parent
9bd62cc15a
commit
e08d34506c
@ -49,15 +49,16 @@ gitea:
|
||||
SERVICE__REQUIRE_SIGNIN_VIEW: "false"
|
||||
MAILER__ENABLED: "false"
|
||||
|
||||
OAUTH2_CLIENT__0__NAME: Keycloak
|
||||
OAUTH2_CLIENT__0__PROVIDER: openidConnect
|
||||
OAUTH2_CLIENT__0__KEY: gitea
|
||||
OAUTH2_CLIENT__0__SECRET: gIA3YXhesiyIbKkMMtasCVTd7CvUyLwA
|
||||
OAUTH2_CLIENT__0__AUTO_DISCOVER_URL: https://keycloak.dvirlabs.com/realms/lab/.well-known/openid-configuration
|
||||
OAUTH2_CLIENT__0__SCOPES: openid profile email
|
||||
OAUTH2_CLIENT__0__GROUP_CLAIM_NAME: groups
|
||||
OAUTH2_CLIENT__0__ADMIN_GROUP: gitea-admins
|
||||
OAUTH2_CLIENT__0__RESTRICTED_GROUP: gitea-users
|
||||
oauth:
|
||||
- name: Keycloak
|
||||
provider: openidConnect
|
||||
key: gitea
|
||||
secret: gIA3YXhesiyIbKkMMtasCVTd7CvUyLwA
|
||||
autoDiscoverUrl: https://keycloak.dvirlabs.com/realms/lab/.well-known/openid-configuration
|
||||
scopes: openid profile email
|
||||
groupClaimName: groups
|
||||
adminGroup: gitea-admins
|
||||
restrictedGroup: gitea-users
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user