Commit Graph

4 Commits

Author SHA1 Message Date
Christophe Fergeau
8c72b59df3 ioutil: Switch away from deprecated package
ioutil has been deprecated since golang 1.16.
This commit uses the replacement methods from the os or io packages.
This should fix some golangci-lint CI failures.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
2022-09-06 18:33:45 +05:30
Jason T. Greene
4e5064a21a Update dyanamic ssh-tunnel port to reuse existing ssh-forwarding code and capabilities
Also:
- Introduce cleanup mechanism for unexpose
- Minor enhancement to bastion/forwarder to support tunnel only operation

Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
2022-02-12 02:11:00 -06:00
Guillaume Rose
5d426a1043 Fix linter error
Signed-off-by: Guillaume Rose <gurose@redhat.com>
2022-01-26 09:30:20 +01:00
Jason T. Greene
36209fdc5a Initial implementation of static unix socket forwarding over ssh 2021-10-13 11:05:13 -05:00