oauth2-proxy/pkg/sessions
Maciej Strzelecki b49e62f9b2
Initalize TLS.Config when connecting to Redis with TLS (#1296)
* init TLS.Config when connecting to Redis with TLS

* don't overwrite TLS config if it exists

* add tests for Redis with TLS

* remove hardcoded certs

* add GenerateCert func

* use GenerateCert util func

* fix issue reported by go fmt

* limit return statements in GenerateCert
2021-10-19 09:17:42 +01:00
..
cookie Improve error message when no cookie is found 2021-10-13 19:08:11 +01:00
persistence Manage session time fields centrally 2021-06-21 21:54:52 -07:00
redis Initalize TLS.Config when connecting to Redis with TLS (#1296) 2021-10-19 09:17:42 +01:00
tests Improve error message when no cookie is found 2021-10-13 19:08:11 +01:00
session_store.go Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
session_store_test.go Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00