oauth2-proxy/contrib/local-environment
Charley Wu 5e8956b52f
Improve the Nginx `auth_request` example (#2278)
* The `X-Forwarded-Uri` was required to bypass authentication

- Fix the `skip_auth_routes` option not working in Nginx

* Add tests for allowed requests with proxied `X-Forwarded-Uri` header

* Avoid nginx startup failure: host not found in upstream "oauth2-proxy"

* The `--reverse-proxy` option is required for nginx

* Update the change logs

* Use the authOnlyPath constant

* Remove the unused header `X-Scheme`
2023-11-02 22:57:21 +00:00
..
keycloak Add Keycloak local testing environment (#604) 2020-06-14 14:06:12 +01:00
kubernetes feat: readiness check (#1839) 2022-12-23 09:08:12 +00:00
traefik Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
Makefile fix gitea token validation by allowing custom validation url and extracting the proper base api url for github cloud, github enterprise and gitea (#2194) 2023-09-14 10:09:57 +01: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-gitea.yaml Updated oauth2-proxy tags to 7.5.1 (#2303) 2023-10-31 19:53:03 +00:00
docker-compose-keycloak.yaml Updated oauth2-proxy tags to 7.5.1 (#2303) 2023-10-31 19:53:03 +00:00
docker-compose-nginx.yaml Improve the Nginx `auth_request` example (#2278) 2023-11-02 22:57:21 +00:00
docker-compose-traefik.yaml Add example local environment with traefik (#1091) 2021-03-22 13:55:25 +00:00
docker-compose.yaml Updated oauth2-proxy tags to 7.5.1 (#2303) 2023-10-31 19:53:03 +00:00
nginx.conf Improve the Nginx `auth_request` example (#2278) 2023-11-02 22:57:21 +00: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 Use updated key names in oauth2-proxy-alpha-config.yaml (#2253) 2023-10-31 19:42:46 +00:00
oauth2-proxy-gitea.cfg fix gitea token validation by allowing custom validation url and extracting the proper base api url for github cloud, github enterprise and gitea (#2194) 2023-09-14 10:09:57 +01:00
oauth2-proxy-keycloak.cfg Add Keycloak local testing environment (#604) 2020-06-14 14:06:12 +01:00
oauth2-proxy-nginx.cfg Improve the Nginx `auth_request` example (#2278) 2023-11-02 22:57:21 +00: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.