Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Martinez c367679e79 fixes openziti/ziti#3626 omit overlay bind points from /versions apiB… (#3663)
* fixes openziti/ziti#3626 omit overlay bind points from /versions apiBaseUrls

- adds BindPointTypeUnderlay and BindPointTypeOverlay constants
- implements Type() on UnderlayBindPoint and OverlayBindPoint
- skips non-underlay bind points when building apiBaseUrls in version_router
- skips non-underlay bind points in GetApiAddresses
- adds unit tests for Type() on both bind point implementations
- updates xweb
2026-03-10 09:57:50 -04:00
dovholuknf 63927bab46 Issue 3442 legacy router healthcheck broke (#3443)
* restore legacy router healthcheck support for address 0.0.0.0

* restore extraneous comment

* move bindpoint to common since routers and controllers use it. put old validation back and soften message

* missed an import
2025-12-11 10:14:33 -05:00