Skip to content
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

Show/edit/Save connection #55

Open
pierre-yves-monnet opened this issue Oct 21, 2022 · 1 comment
Open

Show/edit/Save connection #55

pierre-yves-monnet opened this issue Oct 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@pierre-yves-monnet
Copy link
Collaborator

The connection to Zeebe is on the property file.

This is boring because it is impossible to use a docker image "as is" without changing the image and the property file.
Idea is:

  • when the property file is empty, and no Zeebe configuration is given, the framework starts and publishes red information on the dashboard page
  • user access a tab "property". The configuration to connect is visible on that page
  • user can set information to connect. Framework can connect
    This information must be saved in a local (H2) database. Next restart, information will be present.

At any time, the user can come to see / edit information about the connection.

@pierre-yves-monnet pierre-yves-monnet added the enhancement New feature or request label Nov 22, 2022
@jonathanlukas
Copy link
Contributor

I would imagine this as either/or, also for security reasons:

If I provide a static connection by injecting env variables or enhancing the configuration, I do not want this connection to change.

If I do not provide any connection information, I want this to be dynamic.

Or, you could introduce a switch that enables dynamic connection configuration and is disabled by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants