1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg/validation
Koen van Zuijlen a6e8ec81e8
Workload identity support (#2126)
* WIP: support for workload identity

* WIP: bugfixes to support WI

* Added support for Workload Identity

* Added missing flag

* Refactoring and typo

* Updated CHANGELOG.md

* Updated docs

* Updated changelog

* Improved readability and fixed codeclimate issues

* Update CHANGELOG.md

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>

* Fixed if statement

* Apply suggestions from code review

Co-authored-by: Jan Larwig <jan@larwig.com>

* Cleanup

* Removed target principal

* Removed references to target principal

* Added docs

* Fixed header anchor linking

* Update auth.md

* Updated generated code

* Improved code

* Fixed tests

---------

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
Co-authored-by: Jan Larwig <jan@larwig.com>
2023-09-04 10:34:54 +01:00
..
allowlist_test.go Add API route config (#1760) 2022-09-11 16:09:32 +01:00
allowlist.go Add API route config (#1760) 2022-09-11 16:09:32 +01:00
common_test.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
common.go SecretSource.Value should be plain text in memory 2020-12-01 08:56:46 +00:00
cookie_test.go Session-Cookie Support (#1713) 2023-08-16 12:23:02 +01:00
cookie.go Session-Cookie Support (#1713) 2023-08-16 12:23:02 +01:00
header_test.go SecretSource.Value should be plain text in memory 2020-12-01 08:56:46 +00:00
header.go Add validation for Headers struct 2020-11-07 17:16:54 +00:00
logging.go Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
options_test.go Workload identity support (#2126) 2023-09-04 10:34:54 +01:00
options.go Add API route config (#1760) 2022-09-11 16:09:32 +01:00
providers_test.go Multiple providers in alpha config (#947) 2021-04-03 17:06:30 +01:00
providers.go Workload identity support (#2126) 2023-09-04 10:34:54 +01:00
sessions_test.go Update go-redis/redis to v9. (#1847) 2022-10-24 16:41:06 +01:00
sessions.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
upstreams_test.go rename Upstreams to UpstreamConfig and its Configs member to Upstreams then 2021-09-17 12:37:57 +00:00
upstreams.go rename Upstreams to UpstreamConfig and its Configs member to Upstreams then 2021-09-17 12:37:57 +00:00
utils.go Add validation for Headers struct 2020-11-07 17:16:54 +00:00
validation_suite_test.go Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00