oauth2-proxy/pkg/sessions/tests
stagswtf 349d98c8a0
fix: use GetSecret() in ticket.go makeCookie
The makeCookie method in ticket.go was using t.options.Secret directly, which
meant cookie-secret-file was not being respected. Updated to use GetSecret()
which handles both cookie-secret and cookie-secret-file properly.

Also added test coverage for cookie-secret-file functionality.

Fixes #3224

Signed-off-by: stagswtf <142280349+stagswtf@users.noreply.github.com>
2025-10-28 08:27:28 +01:00
..
mock_lock.go Updated linters 2023-10-24 16:37:57 +02:00
mock_store.go feat: readiness check (#1839) 2022-12-23 09:08:12 +00:00
session_store_tests.go fix: use GetSecret() in ticket.go makeCookie 2025-10-28 08:27:28 +01:00