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
`upstream` is passed as `base` to `fastify-reply-from`. Quoting `fastify-reply-form` doc:
> *base*
> Set the base URL for all the forwarded requests. Will be required if http2 is set to true Note that path will be discarded.
So, specifying `/auth` in `upstream` has no effect at all, but this example seems to suggest `/auth/user` requests will be forwarded to `http://single-signon.example.com/auth/user`, when the real target will be `http://single-signon.example.com/user`.
0 commit comments