https://github.com/antvirf/k8s-oauth-proxy-example
Repo with basic configuration for K8S OAuth2 Proxy for use with NGINX Ingress
https://github.com/antvirf/k8s-oauth-proxy-example
Last synced: 3 months ago
JSON representation
Repo with basic configuration for K8S OAuth2 Proxy for use with NGINX Ingress
- Host: GitHub
- URL: https://github.com/antvirf/k8s-oauth-proxy-example
- Owner: Antvirf
- Created: 2022-10-03T03:20:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T03:39:16.000Z (over 2 years ago)
- Last Synced: 2025-01-23T13:13:40.873Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes OAuth2 Proxy setup
Post with full details can be found [here](https://aviitala.com/posts/nginx-ingress-oauth2/).
## References
* [NGINX Ingress Controller: External OAUTH Authentication](https://kubernetes.github.io/ingress-nginx/examples/auth/oauth-external-auth/)
* [OAuth2 Proxy docs on configuration](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview/)
* [OAuth2 Proxy docs on auth providers](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider#github-auth-provider)
* [nginxdemos/hello](https://hub.docker.com/r/nginxdemos/hello/) - Good minimal image to deploy as a placeholder protected resource