trento-project / trento

An open cloud-native web console improving on the work day of SAP Applications administrators.
https://www.trento-project.io
Apache License 2.0
33 stars 25 forks source link

Warning message when SSH connection from Trento Server host to Trento Agent host doesn't work #537

Open abravosuse opened 2 years ago

abravosuse commented 2 years ago

The following is an enhancement suggestion, not a bug.

Given that, by design, SSH access must be properly configured from the the Trento Server host to the Trento Agent host for the runner to be able to run the cluster checks in the agent host, it would be helpful that the console shows in the Cluster Settings window a message confirming whether the SSH connection, with the chosen connection user, works or not:

image

arbulu89 commented 2 years ago

Hey @abravosuse , We have a similar thing already implemented this way: https://github.com/trento-project/trento/pull/343 It is not super, but it gives some information at least

abravosuse commented 2 years ago

Cool, it's a good step forward!