Dears,
i have my external keycloak, but when iam manually creating my realm, and clients, camunda components shows http 409 conflict
and it force injecting it’s settings in keycloaks db, ok no issue, but what if i wanna use the same realm for more than camunda cluster, as i wanna link my okta with stage, uat and production camunda deployments, is it doable ?
global:
identity:
auth:
publicIssuerUrl: “http://keycloak.example.com/realms/camunda-platform”
enabled: true
provider: “keycloak”
type: “KEYCLOAK”
keycloak:
internal: false
url:
protocol: “http”
host: “keycloak.example.com”
port: “80”
contextPath: “/”
realm: “/realms/camunda-platform”
auth:
adminUser: “admin”
existingSecret: “keycloak-admin-secret”
existingSecretKey: “admin-password”
Identity configuration
identity:
enabled: true
fullURL: “http://identity.example.com”
thank you