Skip to content

Commit

Permalink
fix(console): tests
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanisierung committed May 13, 2024
1 parent 4b4fe09 commit bd1bfd0
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ data:
# https://docs.camunda.io/docs/self-managed/console-deployment/configuration/
camunda:
console:
oAuth:
clientId: "console"
issuer: "http://localhost:18080/auth/realms/camunda-platform"
audience: ""
jwksUri: "http://camunda-platform-test-keycloak:80/auth/realms/camunda-platform/protocol/openid-connect/certs"
type: "KEYCLOAK"
wellKnown: "https://well-known-uri"
managed:
method: plain
releases:
Expand Down

0 comments on commit bd1bfd0

Please sign in to comment.