oauth2-proxy/pkg/validation
Damien Degois 70571d96e1
Add support for unix socket as upstream (#1866)
* Add support for unix socket as upstream

* Add CHANGELOG.md entry

* Add Unix socket documentation

* Don't export unixRoundTripper, switch from string prefix to Scheme match

* Add basic unix server mock

* Add some tests and comments
2023-10-26 10:57:00 +01:00
..
allowlist.go Add API route config (#1760) 2022-09-11 16:09:32 +01:00
allowlist_test.go Add API route config (#1760) 2022-09-11 16:09:32 +01:00
common.go
common_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
cookie.go Session-Cookie Support (#1713) 2023-08-16 12:23:02 +01:00
cookie_test.go Session-Cookie Support (#1713) 2023-08-16 12:23:02 +01:00
header.go Updated linters 2023-10-24 16:37:57 +02:00
header_test.go
logging.go
options.go Issue: 2236 - adds an option to append CA certificates (#2237) 2023-10-25 11:36:17 +01:00
options_test.go Workload identity support (#2126) 2023-09-04 10:34:54 +01:00
providers.go Workload identity support (#2126) 2023-09-04 10:34:54 +01:00
providers_test.go
sessions.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
sessions_test.go Update go-redis/redis to v9. (#1847) 2022-10-24 16:41:06 +01:00
upstreams.go Add support for unix socket as upstream (#1866) 2023-10-26 10:57:00 +01:00
upstreams_test.go
utils.go
validation_suite_test.go