minor changes

This commit is contained in:
Maria Teresa Paratore 2023-11-28 17:17:59 +01:00
parent 9bd727bb79
commit f33062a633
1 changed files with 8 additions and 7 deletions

View File

@ -7,13 +7,14 @@ services:
- _JAVA_OPTIONS=-Xmx512m -Xms256m - _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,api-docs - SPRING_PROFILES_ACTIVE=prod,api-docs
- MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true - MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_ISSUER_URI=http://keycloak:9080/realms/jhipster - SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_ISSUER_URI='https://accounts.dev.d4science.org/auth/realms/d4science'
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_AUTHORIZATION_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/auth - SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_AUTHORIZATION_URI='https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/auth'
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_TOKEN_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/token - SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_TOKEN_URI='https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/token'
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_USER_INFO_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/userinfo - SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_USER_INFO_URI='https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/userinfo'
- SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_JWK_SET_URI=https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/certs - SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_OIDC_JWK_SET_URI='https://accounts.dev.d4science.org/auth/realms/d4science/protocol/openid-connect/certs'
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_ID=web_app - SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_ID='web_app'
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_SECRET=web_app - SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_CLIENT_SECRET='web_app'
- SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_OIDC_SCOPE='openid, profile, email, phone, offline_access' # last one for refresh tokens
- JHIPSTER_SLEEP=5 # gives time for other services to boot before the application - JHIPSTER_SLEEP=5 # gives time for other services to boot before the application
# If you want to expose these ports outside your dev PC, # If you want to expose these ports outside your dev PC,
# remove the "127.0.0.1:" prefix # remove the "127.0.0.1:" prefix