-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web-modeler): configure jwk-set-uri for restapi component
- Loading branch information
1 parent
88d40e4
commit 3d41864
Showing
15 changed files
with
542 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
charts/camunda-platform-8.5/test/unit/web-modeler/golden/configmap-restapi.golden.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
# Source: camunda-platform/templates/web-modeler/configmap-restapi.yaml | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
name: camunda-platform-test-web-modeler-restapi-configuration | ||
labels: | ||
app: camunda-platform | ||
app.kubernetes.io/name: web-modeler | ||
app.kubernetes.io/instance: camunda-platform-test | ||
app.kubernetes.io/managed-by: Helm | ||
app.kubernetes.io/part-of: camunda-platform | ||
app.kubernetes.io/component: web-modeler | ||
app.kubernetes.io/version: "8.5.13" | ||
annotations: | ||
{} | ||
data: | ||
application.yaml: | | ||
camunda: | ||
identity: | ||
base-url: "http://camunda-platform-test-identity:80" | ||
issuer: "http://localhost:18080/auth/realms/camunda-platform" | ||
issuerBackendUrl: "http://camunda-platform-test-keycloak:80/auth/realms/camunda-platform" | ||
type: "KEYCLOAK" | ||
modeler: | ||
pusher: | ||
host: "camunda-platform-test-web-modeler-websockets" | ||
port: 80 | ||
security: | ||
jwt: | ||
issuer: | ||
backend-url: "http://camunda-platform-test-keycloak:80/auth/realms/camunda-platform" | ||
audience: | ||
internal-api: "web-modeler-api" | ||
public-api: "web-modeler-public-api" | ||
mail: | ||
from-address: "example@example.com" | ||
from-name: "Camunda 8" | ||
server: | ||
url: "http://localhost:8084" | ||
spring: | ||
datasource: | ||
url: "jdbc:postgresql://camunda-platform-test-postgresql-web-modeler:5432/web-modeler" | ||
username: "web-modeler" | ||
mail: | ||
host: "" | ||
port: 587 | ||
properties: | ||
mail.smtp.auth: false | ||
mail.smtp.starttls.enable: true | ||
mail.smtp.starttls.required: true | ||
security: | ||
oauth2: | ||
resourceserver: | ||
jwt: | ||
issuer-uri: "http://localhost:18080/auth/realms/camunda-platform" | ||
jwk-set-uri: "http://camunda-platform-test-keycloak:80/auth/realms/camunda-platform/protocol/openid-connect/certs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.