Hi all. I’ve made self signed certificate and deploy nginx ingress controller with kind.
operate, optimize and tasklist displays ui but identity does not.
When I trying https://camunda-demo-ingress.committed.co.kr/identity/,
It redirect to http://localhost:8080/identity/auth/login instead of https:///camunda-demo-ingress.committed.co.kr/identity/auth/login
I found “http://localhost:8080/identity/auth/login” in the Clients Valid redirect URIs in the keycloak client ‘camunda-identity’ settings.
Where can I put the redirect url in the following yaml?
######## camunda-platform-kind-local-values.yaml
global:
ingress:
enabled: true
className: nginx
host: "camunda-demo-ingress.committed.co.kr"
tls:
enabled: true
secretName: camunda-demo-ingress-tls
identity:
auth:
# Disable the Identity authentication for local development
# it will fall back to basic-auth: demo/demo as default user
enabled: true
publicIssuerUrl: "https://camunda-demo-ingress.committed.co.kr/auth/realms/camunda-platform"
operate:
redirectUrl: "https://camunda-demo-ingress.committed.co.kr/operate"
tasklist:
redirectUrl: "https://camunda-demo-ingress.committed.co.kr/tasklist"
optimize:
redirectUrl: "https://camunda-demo-ingress.committed.co.kr/optimize"
webModeler:
redirectUrl: "https://camunda-demo-ingress.committed.co.kr/modeler"
# enable identity as part of the Camunda core
identity:
enabled: true
contextPath: "/identity"
optimize:
enabled: true
contextPath: "/optimize"
operate:
enabled: true
contextPath: "/operate"
tasklist:
enabled: true
contextPath: "/tasklist"
# Reduce for Zeebe and Gateway the configured replicas and with that the required resources
# to get it running locally
zeebe:
clusterSize: 1
partitionCount: 1
replicationFactor: 1
pvcSize: 10Gi
zeebe-gateway:
replicas: 1
ingress:
enabled: true
className: nginx
host: "zeebe.camunda-demo-ingress.committed.co.kr"
tls:
enabled: true
secretName: camunda-demo-ingress-tls
connectors:
enabled: true
inbound:
mode: disabled
env:
- name: JAVA_OPTS
value: "-Dlogging.level.io.camunda.zeebe.client.impl.ZeebeCallCredentials=ERROR"
elasticsearch:
master:
replicaCount: 1
# Request smaller persistent volumes.
persistence:
size: 15Gi