Skip to content

Commit

Permalink
fix keycloak urls in application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akolesen committed Mar 27, 2024
1 parent d9467b4 commit 21b2ff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ spring:
oauth2:
resourceserver:
jwt:
issuer-uri: https://keycloak01.kontur.io/auth/realms/kontur
jwk-set-uri: https://keycloak01.kontur.io/auth/realms/kontur/protocol/openid-connect/certs
issuer-uri: https://keycloak01.kontur.io/realms/kontur
jwk-set-uri: https://keycloak01.kontur.io/realms/kontur/protocol/openid-connect/certs
jackson:
deserialization:
FAIL_ON_UNKNOWN_PROPERTIES: false
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ spring:
oauth2:
resourceserver:
jwt:
issuer-uri: http://127.0.0.1:8080/auth/realms/test
jwk-set-uri: http://127.0.0.1:8080/auth/realms/test/protocol/openid-connect/certs
issuer-uri: http://127.0.0.1:8080/realms/test
jwk-set-uri: http://127.0.0.1:8080/realms/test/protocol/openid-connect/certs
jackson:
deserialization:
FAIL_ON_UNKNOWN_PROPERTIES: false
Expand All @@ -58,4 +58,4 @@ graphql:
maxIdleConnections: 100
keepAliveDuration: 180
connectionTimeout: 60
readTimeout: 60
readTimeout: 60

0 comments on commit 21b2ff6

Please sign in to comment.