Hi all, I have a problem starting Identity in a development environment. I need it to test the behaviour of multi-tenancy. I have installed it with the default values.yaml. Then I have modified manually the config in Rancher Desktop, reducing resources and replicas to allow my laptop to run it.
After that, all have looks like it’s all ok, but Identity doesn’t work. When I read the logs, this message is written: “Expected a valid license but encountered an invalid one instead. Please check the license key and try again.”.
Identity is supposed to work on development environment and I have not inserted any key. Does someone knows how to get it work?
Thanks for sharing your values.yaml. For local setups, we recommend enabling the minimal components initially to set up and test, and then gradually enabling other components as needed.
Meanwhile, please use the attached values-cust.yaml for your local setup. values-cust.yaml (829 Bytes)
Helm chart version is option and change version if required.
Note, To free up the storage or any keycloak database login issue in identity service, you need to delete all the PVCs manually then try again your local setup.
Please refer the document for Camunda Local setup.
It worked for me, thanks, something was broken in my values and I’m now building up a new values.yaml. I have added some resource limits, and I’m including other components as proposed in a step-by-step way.