An open API service indexing awesome lists of open source software.

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

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