Skip to content

Commit

Permalink
setup keycloak in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Apr 17, 2024
1 parent 1f828b0 commit 7c5dc1c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ spring:
oauth2:
resourceserver:
jwt:
jwk-set-uri: http://localhost
jwk-set-uri: http://kubernetes.docker.internal:8100/auth/realms/${realm}/protocol/openid-connect/userinfo


# Define the local keycloak realm here
realm: <YOUR_LOCAL_REALM>
realm: wls_realm

security:
# possible values: none, all, changing (With changing, only changing requests such as POST, PUT, DELETE are logged)
logging.requests: all
oauth2:
resource.user-info-uri: http://localhost
resource.user-info-uri: http://kubernetes.docker.internal:8100/auth/realms/${realm}/protocol/openid-connect/userinfo

0 comments on commit 7c5dc1c

Please sign in to comment.