ingress-nginx-helm/core/pkg/ingress/controller
Ricardo Pchevuzinske Katz a342c0bce3 Adds correct support for TLS Muthual autentication and depth verification
modified:   controllers/nginx/configuration.md
	modified:   controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl
	modified:   core/pkg/ingress/annotations/authtls/main.go
	modified:   core/pkg/ingress/controller/backend_ssl.go
	modified:   core/pkg/ingress/controller/controller.go
	modified:   core/pkg/ingress/controller/util_test.go
	modified:   core/pkg/ingress/resolver/main.go
	modified:   core/pkg/ingress/types.go
	modified:   core/pkg/net/ssl/ssl.go
	modified:   examples/PREREQUISITES.md
	new file:   examples/auth/client-certs/nginx/README.md
	new file:   examples/auth/client-certs/nginx/nginx-tls-auth.yaml
2017-02-24 22:49:01 -03:00
..
annotations.go Add annotation to customize nginx location configuration 2017-02-23 16:48:59 -03:00
annotations_test.go Improve in documentation and naming case 2017-02-14 08:49:10 -02:00
backend_ssl.go Adds correct support for TLS Muthual autentication and depth verification 2017-02-24 22:49:01 -03:00
controller.go Adds correct support for TLS Muthual autentication and depth verification 2017-02-24 22:49:01 -03:00
launch.go Fix error getting class information from Ingress annotations 2017-02-14 11:02:23 -03:00
metrics.go Add nginx metrics to prometheus 2016-11-29 18:10:06 -03:00
named_port.go Add Generic interface 2016-11-23 21:17:49 -03:00
util.go Fix error getting class information from Ingress annotations 2017-02-14 11:02:23 -03:00
util_test.go Adds correct support for TLS Muthual autentication and depth verification 2017-02-24 22:49:01 -03:00