billowy-soccer-77917
06/07/2023, 8:16 PM/api/auth/<Kratos URL>
and have Kratos strip the prefix? I found this issue that says it wasn’t possible a year ago, but maybe that’s changed? For context, I’m attempting to run Kratos on AWS EKS and Amazon’s ALBs don’t have the capability to rewrite URLs. I’d prefer to avoid running another reverse proxy if at all possible.wide-butcher-30761
06/08/2023, 3:00 AM<http://kratos.example.com|kratos.example.com>
?billowy-soccer-77917
06/08/2023, 3:21 AMkratos serve
had the ability to strip prefixes, but it doesn’t seem like that’s the case.
Since asking the question, I’ve reworked our ingress to use an Amazon Network Load Balancer sitting infront of ingress-nginx, with ingress-nginx doing the path rewriting. I don’t love having the extra steps, but it’s at least functional for now.wide-butcher-30761
06/08/2023, 5:30 AM