Skip to content

Execute local commands (possibly via local companion) initiated by Gitpod #9265

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

Closed
loujaybee opened this issue Apr 12, 2022 · 2 comments
Closed
Labels
component: local app meta: stale This issue/PR is stale and will be closed soon team: IDE

Comments

@loujaybee
Copy link
Member

loujaybee commented Apr 12, 2022

Use case:

  • Running a workspace that requires a connection to a local machine (e.g. for DB client, or headless testing browser)
  • Executing some code or command to start something on local (e.g chrome headless browser controlled by Gitpod)
  • Configured also with port forwarding from local to gitpod (Local companion expose port of local machine to remote machine #6240)

Disclaimer: There are some security ramifications from applying such a pattern, however let's track it incase there are ways that we can make this possible.

Related internal conversation [1]

@akosyakov
Copy link
Member

akosyakov commented Apr 13, 2022

It sounds like a reverse ssh session, i.e. we could allow a user specify a remote port forwarding in .gitpod.yml via the local companion and then a user can use such port to open a ssh session to his local machine and do whatever he wants.

@stale
Copy link

stale bot commented Jul 13, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the meta: stale This issue/PR is stale and will be closed soon label Jul 13, 2022
@stale stale bot closed this as completed Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: local app meta: stale This issue/PR is stale and will be closed soon team: IDE
Projects
None yet
Development

No branches or pull requests

2 participants