--
You received this message because you are subscribed to the Google Groups "dex-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dex-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dex-dev/4aaf5e03-1720-4114-8e20-c06788b4ecc8%40googlegroups.com.
If you actually have N>1 active instances of Dex, I bet (but don't know) that you have to start paying attention to sticky sessions.
--
You received this message because you are subscribed to the Google Groups "dex-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dex-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dex-dev/376b5686-e372-4c83-8fc9-54c7a2661bf5%40googlegroups.com.
On May 19, 2020, at 10:35, 'Tom Downes' via dex-dev <dex...@googlegroups.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/dex-dev/CAK_BufTdL%3Dh1Tfmvo25-JtQ2givd-Nw-dyEWscq6isrEz9TA2g%40mail.gmail.com.
Auth request info is stored in the datastore - as long as the datastore is shared, no stickiness is needed on the front ends. When we used to run dex we ran it fine with stateless load-balanced frontends, and a shared Postgres database.