Is there a way for me to create another user besides the demo in the free Self-Managed camunda?
Hi @stefanie_borges ,
Yes, we can configure new users in keycloak
How did you deploy camunda?
Hi, @ Praveen_Kumar_Reddy
I’m using modeler desktop to deploy! Where would the keycloak be in the camunda?
@stefanie_borges ,
How did you deploy/install camunda through docker compose file?
If yes you can use this URL to access keycloak http://localhost:18080/auth/
No, I’m not using docker just camunda8-run-8.6.5-windows-x86_64 and camunda desktop modeler
Hello @stefanie_borges,
in the c8run folder is a camunda-zeebe-8.X.X folder.
Inside is a config folder wich has an application.yml.
Open that file
Under Operate is a field for username and password.
You can try to put set this values and remove the comment ‘#’ symbol in front.
Same can be done for Tasklist.
This is not possible. Please do check the docs.
" --config
Applies the specified Zeebe application.yaml
. Not available on Windows."
Hi @cpbpm,
do you know if it could work with windows through WSL2?
I tried it yesterday on Apple Silicon and I could not get it working even there.
@stefanie_borges the camunda run application is good for small testing and development. I dont think there is a way to add a user “besides” the demo.
This configuration lets you replace it.
If you want to test with multiple users i highly recommend at least a local setup with docker compose.
Hey @OwndbyFab - we haven’t tested it on WSL yet, but support is on the roadmap for future releases. Reaching a fully stable release that supports Windows, macOS, and *Nix is our first goal.
@stefanie_borges - as mentioned, C8 Run is meant for quick local testing and development by using a simplified configuration. It is not meant to be a fully configurable production environment. However, some further support for Identity and user configuration is on the roadmap. Would you mind sharing some information about what you’re looking to test locally, and I can send that information along to the product team?