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
The request Host header reaching the user service should match the original request Host header so URLs generation and redirects work correctly. This should happen locally and in the cloud.
Desired behaviour
Traefik routes http traffic to the user services. The user service Host header label should accept the following two formats:
<port number>.<service short uuid>.<enclave short uuid>
<port number>.<service short uuid>.<enclave short uuid>.<cloud instance short uuid>.<subdomain>
… matcher instead of Host (#2269)
## Description:
Created to solve this ticket
#2268
Still pending a config upgrade in the cloud gateway also
## Is this change user facing?
NO
## References (if applicable):
<!-- Add relevant Github Issues, Discord threads, or other helpful
information. -->
---------
Co-authored-by: Gyanendra Mishra <[email protected]>
I have a kurtosis setup running on docker that I would like to use the reverse proxy feature for, but it's unusable... I'm unable to reach those hosts on the Traefik configured routes.
Background & motivation
The request Host header reaching the user service should match the original request Host header so URLs generation and redirects work correctly. This should happen locally and in the cloud.
Desired behaviour
Traefik routes http traffic to the user services. The user service Host header label should accept the following two formats:
<port number>.<service short uuid>.<enclave short uuid>
<port number>.<service short uuid>.<enclave short uuid>.<cloud instance short uuid>.<subdomain>
Method to update:
kurtosis/container-engine-lib/lib/backend_impls/docker/object_attributes_provider/enclave_object_attributes_provider.go
Line 533 in c640c5e
How important is this to you?
Critical; Kurtosis is unusable for me without it.
What area of the product does this pertain to?
Other: anything not covered by the above
The text was updated successfully, but these errors were encountered: