Travis Glenn Hansen
Travis Glenn Hansen
Absolutely open to collaboration! Let me see if I can get something put together that will help.
What reverse proxy are you working with?
Been meaning to add a traefik 2 example. We’ll get one added to the docs.
Agreed. Although in the pre reqs it is mentioned this is a *must*. Without setting it (to a proper value) there could be adverse effects. Is traefik not sending it...
Interesting. Let me fire this up locally and do a little testing. What exact version of traefik are you running?
I think I may know what's going on here, but need more info to be sure. In your config you have this: `address: "https://myurl-to-eas.com/verify?config_token_store_id=default&config_token_id=whatever"` Is that going directly to `eas`...
OK, is there any way you can point the middleware directly to the k8s internal service instead of through an Ingress/IngressRoute? To give some context: client -> traefik (actual service)...
For setting it as an forward auth url I would recommend using the internal service endpoint to avoid the overhead and issues. However, I would also expose it externally using...
Bad logic in `eas` or something else? Can you send over relevant logs?
Looks great! Back to the original ask, I’ll probably add some code that throws an error instead of behaving badly as it does now.