1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-12-10 11:10:27 +02:00
oauth2-proxy/contrib/local-environment
Kirill Müller 4fda907830
Fix and enhance OIDC example (#934)
* Fix and enhance OIDC example

* Restructure

* Indent

* Add full stop.

* Add link

* Add minimalistic README

* Apply suggestions from code review

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

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-12-19 15:48:33 +00: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
dex.yaml Add nginx test environment to demonstrate protecting multiple subdomains 2020-05-12 16:06:17 +01: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 Prepare CHANGELOG for v6.1.1 release 2020-08-31 17:01:52 +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.yaml Prepare CHANGELOG for v6.1.1 release 2020-08-31 17:01:52 +01:00
Makefile Add local environment that uses alpha configuration 2020-12-01 08:56:50 +00: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 Add local environment that uses alpha configuration 2020-12-01 08:56:50 +00:00
oauth2-proxy-alpha-config.yaml Add local environment that uses alpha configuration 2020-12-01 08:56:50 +00: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.cfg Add nginx test environment to demonstrate protecting multiple subdomains 2020-05-12 16:06:17 +01:00
README.md Fix and enhance OIDC example (#934) 2020-12-19 15:48:33 +00:00

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.