You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gateway,iroh-dns): tolerate legacy slash-encoded cluster names in remaining decoders
Follow-up to #199, which routed two of the downstream-resource label decoders
through UpstreamClusterNameFromLabel. The same legacy slash-encoded
meta.datumapis.com/upstream-cluster-name labels are decoded in four more places,
which still fail the cluster lookup on every replica for resources written
before #196:
- gateway resource replicator
- HTTPProxy controller (downstream Gateway watch)
- TrafficProtectionPolicy controller (certificate-ready enqueue)
- iroh-dns controller (decodeIrohClusterLabel)
Route the first three through the shared helper, and strip the legacy leading
slash in decodeIrohClusterLabel. Updates the iroh-dns round-trip test for the
slash-less canonical form.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments