Closed linonetwo closed 11 months ago
Is it possible to use https://github.com/casbin/node-casbin instead of keycloak?
@linonetwo https://github.com/casbin/casdoor is another option
Yes, I found casdoor is the alternative to keycloak, and casbin is the underlying library.
I just want to use domain camunda.mydomain.xxx , and following the doc, I have to use keycloak?
Solved by using a simpler config
global:
ingress:
enabled: true
host: "workflow.camunda.mydomain.xxx"
# 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
zeebe-gateway:
replicas: 1
ingress:
enabled: true
className: nginx
host: "zeebe.workflow.camunda.mydomain.xxx"
# Configure elastic search to make it running for local development
elasticsearch:
replicas: 1
and auth will be in workflow.camunda.mydomain.xxx/auth ,just need to config how it work with casdoor.
Describe the issue:
Always get
when install chart
Expected behavior:
Install chart and keycloak
How to reproduce:
I try to combine https://github.com/camunda/camunda-platform-helm/blob/main/kind/camunda-platform-core-kind-values.yaml and https://docs.camunda.io/docs/self-managed/platform-deployment/helm-kubernetes/guides/ingress-setup/
for my microk8s single node cluster.
diff here
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.