-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Be able to create re-usable deploy configurations #804
Comments
Makes a lot of sense and fits very well in the general deploy improvements bucket. |
Hi @nikku, I want to bring this topic again to your attention. Best, |
We will reconsider this feature request in our next planning session. |
Idea: have a separate place where you can configure and save the endpoints with/without credentials; allow to choose which servers deploy to and remember this config. |
Unfortunately, we weren't able to tackle this topic in the current quarter and will also not focus on it in the next quarter due to other priorities. |
* remember authentication details, if the user actively decides this * restore global endpoint configuration, as intended until it is properly addressed via #804 * refactor deployment tool, pulling out validation into separate component * pull out menu update functionality to be re-added at a later point in time, in a different place * deployment tool UI remains untouched Closes #1067
* remember authentication details, if the user actively decides this * restore global endpoint configuration, as intended until it is properly addressed via #804 * refactor deployment tool, pulling out validation into separate component * pull out menu update functionality to be re-added at a later point in time, in a different place * deployment tool UI remains untouched Closes #1067
* remember authentication details, if the user actively decides this * restore global endpoint configuration, as intended until it is properly addressed via #804 * refactor deployment tool, pulling out validation into separate component * pull out menu update functionality to be re-added at a later point in time, in a different place * deployment tool UI remains untouched Closes #1067
* remember authentication details, if the user actively decides this * restore global endpoint configuration, as intended until it is properly addressed via #804 * refactor deployment tool, pulling out validation into separate component * pull out menu update functionality to be re-added at a later point in time, in a different place * deployment tool UI remains untouched Closes #1067
* remember authentication details, if the user actively decides this * restore global endpoint configuration, as intended until it is properly addressed via #804 * refactor deployment tool, pulling out validation into separate component * pull out menu update functionality to be re-added at a later point in time, in a different place * deployment tool UI remains untouched Closes #1067
Describe the problem
As a user of the Modeler I have different tasks which require different connections to the Camunda world, i.e. I use a number of different connections for local testing, staged testing, and (though very unlikely) prod deployment.
Right now I have to change the existing deployment configuration every time. What I want instead is to be able to simply select a previously configured connection, and use it during deployment.
Describe the solution
I want to setup two different endpoints with separate credentials for the both of the engines, i.e.
I don't need to edit the endpoint on each deploy when switching the engine.
(Maybe I can only select already saved engines from dropdown menu or something like this?)
Related to #1439.
See also UI sketches for details on the complete picture.
Related to #4692 (complex configurations would massively benefit from this).
The text was updated successfully, but these errors were encountered: