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

possible to set the PATH used by app? #1957

Closed
techieshark opened this issue Jan 17, 2024 · 1 comment
Closed

possible to set the PATH used by app? #1957

techieshark opened this issue Jan 17, 2024 · 1 comment

Comments

@techieshark
Copy link

techieshark commented Jan 17, 2024

Hi all, thanks for this great app!

My SSH config uses ProxyCommand to run gcloud CLI to open a tunnel in Google Cloud. In order for this to work, Sequel Ace needs to know where to find the gcloud command which is usually installed inside the user home dir like ~/google-cloud-sdk.

However, ~/google-cloud-sdk seems to not be in the Sequel Ace path. So a feature request around making it easy to address this. Or maybe there's another workaround?

image


More info

SSH config snippet:

Host *.iap
    ProxyCommand=gcloud compute start-iap-tunnel %h %p --listen-on-stdin --project=my-project --verbosity=warning

I've also tried adding this to the Files config in Sequel Ace prefs in case that were an issue but no luck.

image

@Jason-Morcos
Copy link
Member

Hey there - unfortunately not possible due to macOS Sandboxing restrictions that don't allow running un-bundled executables. #1807

Closing out this issue but can continue discussion over here - #346
Basically need someone to figure out a way to bypass this restriction, safely and securely, for users that want to do so.

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

No branches or pull requests

2 participants