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
This needs to be supported for the routing, and for the auto-TLS support. For the former, we can restructure the service map into two collections: the "main" service map, mapping name->service, and a "routing" map, mapping hostname->service.
For the latter, we'll include all the hostnames in the certificate management for that service.
The text was updated successfully, but these errors were encountered:
@nickpoorman That's what this feature will allow, yes! (Sorry, I see now my example command in the description was wrong before, which made this quite confusing! Fixed now. Thanks for drawing attention to that.)
This will still be using a single instance of kamal-proxy, but it gives it the ability to associate multiple hosts (and their certs) with a single service & target, exactly as you've described there.
This feature is still in progress, but I should have something ready to try soon.
We should allow multiple hosts to map to a single service. For example:
This needs to be supported for the routing, and for the auto-TLS support. For the former, we can restructure the service map into two collections: the "main" service map, mapping name->service, and a "routing" map, mapping hostname->service.
For the latter, we'll include all the hostnames in the certificate management for that service.
The text was updated successfully, but these errors were encountered: