• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dguerri / k8s-ssh-gateway-controller / 26247136912
88%

Build:
DEFAULT BRANCH: main
Ran 21 May 2026 07:05PM UTC
Jobs 1
Files 10
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 May 2026 07:55PM UTC coverage: 84.067% (+0.2%) from 83.864%
26247136912

push

github

dguerri
fix(tcp): enforce the listener port assigned by the SSH server

TCP listeners pinning a specific port silently accepted whatever port
the SSH server returned, because the URI verification short-circuited
whenever RemoteHost was "localhost" (the default when no hostname is
set in the listener spec).

Add an EnforcePort flag to ForwardingConfig, set it for TCP listeners
with port > 0, and require the assigned tcp:// URI to use that exact
port. On mismatch (or verification timeout), the forwarding is
cancelled and the route reconciler retries with backoff — same retry
pattern HTTP hostnames already use. HTTP/HTTPS behavior is unchanged.

38 of 42 new or added lines in 2 files covered. (90.48%)

1604 of 1908 relevant lines covered (84.07%)

6.9 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
80.14
0.72% ssh/ssh_tunnel_manager.go
Jobs
ID Job ID Ran Files Coverage
1 26247136912.1 21 May 2026 07:05PM UTC 10
84.07
GitHub Action Run
Source Files on build 26247136912
  • Tree
  • List 10
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26247136912
  • 4898b451 on github
  • Prev Build on main (#26076448996)
  • Next Build on main (#26268712679)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc