pomerium/integration/clusters
Kenneth Jenkins e0ac870442
integration: fix multi-stateless configuration (#4845)
Commit 08c186a contains a bug in the integration configuration template,
preventing the multi-stateless cluster from actually setting the
DEBUG_FORCE_AUTHENTICATE_FLOW environment variable. As a result this
cluster was not exercising the stateless authentication flow.

Fix the template so that this variable is applied as intended.

Add an integration test case to verify that the intended authentication
flow is in use: for the stateful flow, different routes should share the
same underlying session, but for the stateless flow, different routes
should receive different sessions.
2023-12-08 09:12:15 -08:00
..
kubernetes integration: re-generate test configurations (#4816) 2023-12-05 12:49:03 -08:00
multi-stateful integration: test with both authentication flows (#4817) 2023-12-07 16:06:41 -08:00
multi-stateless integration: fix multi-stateless configuration (#4845) 2023-12-08 09:12:15 -08:00
single-stateful integration: test with both authentication flows (#4817) 2023-12-07 16:06:41 -08:00
single-stateless integration: test with both authentication flows (#4817) 2023-12-07 16:06:41 -08:00