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

Expose more of HTTPOverRPC's feature set to sanssh httpoverrpc proxy #469

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

stvnrhodes
Copy link
Contributor

We added a few RPC-level features like contacting a host other than localhost and supporting https, but only exposed them in httpoverrpc get. Let's expose them in the proxy too so that we have feature parity.

This makes it possible to run commands that proxy through the host to another source that it can reach, or to proxy to a https port on localhost.

go run ./cmd/sanssh -targets localhost httpoverrpc proxy -protocol https -hostname example.com 443

We added a few RPC-level features like contacting a host other than localhost and supporting https, but only exposed them in `httpoverrpc get`. Let's expose them in the proxy too so that we have feature parity.
@sfc-gh-srhodes sfc-gh-srhodes marked this pull request as ready for review August 12, 2024 18:46
@sfc-gh-srhodes sfc-gh-srhodes merged commit 33f1a20 into Snowflake-Labs:main Aug 13, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

3 participants