docksal / service-ssh-proxy

SSH Proxy service image for Docksal
1 stars 0 forks source link

How does this work with CI sandboxes? #1

Open lpeabody opened 5 years ago

lpeabody commented 5 years ago

Hi Sean, I'm just seeing this project, really exciting to have this in the works. Having an SSH proxy would super power our CI sandbox setup as we'd be able to interact with our sandboxes via Drush from our local environments.

What are your thoughts on this projects current stability and it's ability to be integrated with a CI sandboxes setup?

sean-e-dietrich commented 5 years ago

@lpeabody over stability is in beta format right now. While we have tested it in development environments as we were building this has yet to be used in the real world. We are right now trying to test this in real world. The problem is that you can add this into the mix. The issue is that when you add it in it attaches itself to the network of projects. Normally this wouldn't be an issue, but does require changes to fin using the following patch https://github.com/docksal/docksal/pull/962 which also hasn't been 100% tested in the real world and is in beta format.

lpeabody commented 5 years ago

Thanks for the integration details. If there are any use cases you'd like tested let me know, I'm planning on looking into this over the next couple of weeks to see if it's viable for us to run and maintain while it's being developed.

sean-e-dietrich commented 5 years ago

Sure thing @lpeabody ! The biggest things we are looking to test are:

Those are the top concerns I can see at the moment.