aws / aws/session-manager-plugin
Please consider implementing dynamic port forward with socks as in ssh.
Open
- Dominant language
- Go
- Stars
- 320
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
While the portforward over aws ssm is useful, it would incredibly useful to have a socks proxy instead a port forward.
What I'd like to have is something similar to:
`ssh -D ` where `port` starts listening as a [http socks proxy](https://www.digitalocean.com/community/tutorials/how-to-route-web-traffic-securely-without-a-vpn-using-a-socks-tunnel) you can configure in your browser to tunnel any and all traffic over it.
This allows for http to https redirects and more in general reach internal servers without needing to create a new portforward for each one.
¡Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.