Skip to content

Commit

Permalink
Merge pull request #74 from it-at-m/add-user-info-uri
Browse files Browse the repository at this point in the history
Add user-info-uri
  • Loading branch information
klml authored Nov 28, 2024
2 parents dd4f38e + b599df3 commit 977a68d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dave/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: dave
description: DAVe traffic counting plattform
type: application
version: 0.0.3
version: 0.0.4
appVersion: "v1.0.0"
maintainers:
- name: gislab-augsburg
Expand Down
1 change: 1 addition & 0 deletions charts/dave/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ backend:
SPRING_JPA_SHOW-SQL: "false"
SPRING_JPA_PROPERTIES_HIBERNATE_FORMAT_SQL: "true"
SPRING_SECURITY_LOGGING.REQUESTS: all
SPRING_SECURITY_OAUTH2_RESOURCE_USER-INFO-URI: ${keycloak.auth-server-url}/realms/${realm}/protocol/openid-connect/userinfo
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_ISSUER-URI: ${keycloak.auth-server-url}/realms/${realm}
SPRING_SECURITY_OAUTH2_RESOURCESERVER_JWT_JWK-SET-URI: ${keycloak.auth-server-url}/realms/${realm}/protocol/openid-connect/certs
SPRING_SECURITY_OAUTH2_CLIENT_PROVIDER_KEYCLOAK_TOKEN_URI: ${keycloak.auth-server-url}/realms/${realm}/protocol/openid-connect/token
Expand Down

0 comments on commit 977a68d

Please sign in to comment.