Support deploy diagram to alternative Camunda Cloud SaaS environments
See original GitHub issueIs your feature request related to a problem? Please describe.
I want to be able to deploy my diagram directly to a test cluster on a non-production environment. Specifically, I don’t run my tests in production because the special-made generation is unavailable on production. I can easily create a new generation of my branch of Zeebe using the Jenkins QA pipeline. However, deploying a model to my custom cluster is cumbersome because the modeler does not support connecting to the other Camunda Cloud environments.
Describe the solution you’d like
Please additionally accept as cluster url the following:
<uuid>.<region>.zeebe.ultrawombat.com:443
(integration)<uuid>.<region>.zeebe.dev.ultrawombat.com:443
(dev)
Describe alternatives you’ve considered
For now, I’ll use zbctl
to deploy my models.
Additional context
Related to https://github.com/camunda/camunda-modeler/issues/2375
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top GitHub Comments
@korthout can you verify this works on a nightly build?
I believe this is still broken because even though I can provide a custom URL, the app still tries to authenticate with the production URL of Camunda Cloud SaaS. @andreasgeier you had this problem, didn’t you?
🤯 This works. I completely hadn’t thought about this, but it makes total sense.
Thanks @MaxTru , please revert the changes and I’ll close this issue 🙇