docker-compose.yaml aktualisiert
This commit is contained in:
+3
-3
@@ -20,9 +20,9 @@ services:
|
||||
- GF_AUTH_GENERIC_OAUTH_CLIENT_ID=grafana
|
||||
- GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET=3fS4ekbEC4RC0XndJQ1y6B8YJ4wvWFDc
|
||||
# URLs zu deinem Keycloak-Server unter deiner Domain
|
||||
- GF_AUTH_GENERIC_OAUTH_AUTH_URL=https://iam.ljh31.de/realms/<DEIN_REALM>/protocol/openid-connect/auth
|
||||
- GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://iam.ljh31.de/realms/<DEIN_REALM>/protocol/openid-connect/token
|
||||
- GF_AUTH_GENERIC_OAUTH_API_URL=https://iam.ljh31.de/realms/<DEIN_REALM>/protocol/openid-connect/userinfo
|
||||
- GF_AUTH_GENERIC_OAUTH_AUTH_URL=https://iam.ljh31.de/realms/family/protocol/openid-connect/auth
|
||||
- GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://iam.ljh31.de/realms/family/protocol/openid-connect/token
|
||||
- GF_AUTH_GENERIC_OAUTH_API_URL=https://iam.ljh31.de/realms/family/protocol/openid-connect/userinfo
|
||||
- GF_AUTH_GENERIC_OAUTH_SCOPE=openid profile email
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user