oauth2-proxy/contrib/local-environment
yanasega 42475c28f7
Multiple providers in alpha config (#947)
* Initial commit of multiple provider logic:
1. Created new provider options.
2. Created legacy provider options and conversion options.
3. Added Providers to alpha Options.
4. Started Validation migration of multiple providers
5. Tests.

* fixed lint issues

* additional lint fixes

* Nits and alterations based on CR: manliy splitting large providers validation function and adding comments to provider options

* fixed typo

* removed weird : file

* small CR changes

* Removed GoogleGroups validation due to new allowed-groups (including tests). Added line in CHANGELOG

* Update pkg/apis/options/providers.go

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

* Update pkg/apis/options/providers.go

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

* Update pkg/apis/options/providers.go

Co-authored-by: Nick Meves <nick.meves@greenhouse.io>

* Initial commit of multiple provider logic:
1. Created new provider options.
2. Created legacy provider options and conversion options.
3. Added Providers to alpha Options.
4. Started Validation migration of multiple providers
5. Tests.

* fixed lint issues

* additional lint fixes

* Nits and alterations based on CR: manliy splitting large providers validation function and adding comments to provider options

* small CR changes

* auto generates alpha_config.md

* rebase (mainly service alpha options related conflicts)

* removed :

* Nits and alterations based on CR: manliy splitting large providers validation function and adding comments to provider options

* small CR changes

* Removed GoogleGroups validation due to new allowed-groups (including tests). Added line in CHANGELOG

* "cntd. rebase"

* ran make generate again

* last conflicts

* removed duplicate client id validation

* 1. Removed provider prefixes
2. altered optionsWithNilProvider logic
3. altered default provider logic
4. moved change in CHANELOG to 7.0.0

* fixed TestGoogleGroupOptions test

* ran make generate

* moved CHANGLOG line to 7.1.1

* moved changelog comment to 7.1.2 (additional rebase)

Co-authored-by: Yana Segal <yana.segal@nielsen.com>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
Co-authored-by: Nick Meves <nick.meves@greenhouse.io>
2021-04-03 17:06:30 +01:00
..
keycloak Add Keycloak local testing environment (#604) 2020-06-14 14:06:12 +01:00
kubernetes Use New Stable Chart URL 2020-11-23 11:45:34 -08:00
traefik Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
Makefile Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
README.md Fix and enhance OIDC example (#934) 2020-12-19 15:48:33 +00:00
dex.yaml Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
docker-compose-alpha-config.yaml Add local environment that uses alpha configuration 2020-12-01 08:56:50 +00:00
docker-compose-keycloak.yaml Update Changelog for release v7.1.2 2021-04-01 19:07:22 +01:00
docker-compose-nginx.yaml Add nginx test environment to demonstrate protecting multiple subdomains 2020-05-12 16:06:17 +01:00
docker-compose-traefik.yaml Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
docker-compose.yaml Update Changelog for release v7.1.2 2021-04-01 19:07:22 +01:00
nginx.conf Add nginx test environment to demonstrate protecting multiple subdomains 2020-05-12 16:06:17 +01:00
oauth2-proxy-alpha-config.cfg Multiple providers in alpha config (#947) 2021-04-03 17:06:30 +01:00
oauth2-proxy-alpha-config.yaml Multiple providers in alpha config (#947) 2021-04-03 17:06:30 +01:00
oauth2-proxy-keycloak.cfg Add Keycloak local testing environment (#604) 2020-06-14 14:06:12 +01:00
oauth2-proxy-nginx.cfg Rename cookie-domain config to cookie-domains (#559) 2020-05-24 20:19:56 +01:00
oauth2-proxy-traefik.cfg Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
oauth2-proxy.cfg Add nginx test environment to demonstrate protecting multiple subdomains 2020-05-12 16:06:17 +01:00

README.md

oauth2-proxy: local-environment

Run make up to deploy local dex, etcd and oauth2-proxy instances in Docker containers. Review the Makefile for additional deployment options.