Commit b44dbae2 authored by Ilya Veselov's avatar Ilya Veselov

add keycloak settings 3.21

parent 74117723
Pipeline #392 failed with stage
...@@ -6,24 +6,24 @@ spring: ...@@ -6,24 +6,24 @@ spring:
oauth2: oauth2:
resourceserver: resourceserver:
jwt: jwt:
jwk-set-uri: ${KEYCLOAK_URI:http://94.247.129.11:8080}/realms/${KEYCLOAK_REALM:selfserviceportal}/protocol/openid-connect/certs jwk-set-uri: ${KEYCLOAK_URI:http://192.168.3.21:8080}/realms/${KEYCLOAK_REALM:applatform}/protocol/openid-connect/certs
client: client:
registration: registration:
keycloak: keycloak:
client-id: print_form client-id: print_form
client-secret: ${KEYCLOAK_CLIENT_SECRET:MAJ7LHWtuZYpUI4wqdol6uKoyINj2OeE} client-secret: ${KEYCLOAK_CLIENT_SECRET:iwp3d5Y0lgTppFuoiUa4heq8qngAj87s}
client-name: Keycloak client-name: Keycloak
provider: keycloak provider: keycloak
scope: openid scope: openid
authorization-grant-type: authorization_code authorization-grant-type: authorization_code
provider: provider:
keycloak: keycloak:
jwk-set-uri: ${KEYCLOAK_URI:http://94.247.129.11:8080}/realms/${KEYCLOAK_REALM:selfserviceportal}/protocol/openid-connect/certs jwk-set-uri: ${KEYCLOAK_URI:http://192.168.3.21:8080}/realms/${KEYCLOAK_REALM:applatform}/protocol/openid-connect/certs
issuer-uri: ${KEYCLOAK_URI:http://94.247.129.11:8080}/realms/${KEYCLOAK_REALM:selfserviceportal} issuer-uri: ${KEYCLOAK_URI:http://192.168.3.21:8080}/realms/${KEYCLOAK_REALM:applatform}
jpa: jpa:
hibernate: hibernate:
jdbc.time_zone: Asia/Almaty jdbc.time_zone: Asia/Aqtau
ddl-auto: validate ddl-auto: validate
database-platform: org.hibernate.dialect.PostgreSQLDialect database-platform: org.hibernate.dialect.PostgreSQLDialect
datasource: datasource:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment