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> |
||
|---|---|---|
| .. | ||
| interfaces.go | ||
| manager.go | ||
| manager_test.go | ||
| persistence_suite_test.go | ||
| ticket.go | ||
| ticket_test.go | ||