Nick Sardo
12a0373d2e
Merge pull request #539 from aledbf/migrate-client-go
...
Migrate to client-go
2017-04-05 13:50:21 -07:00
Manuel Alejandro de Brito Fontes
f4a376aa83
Merge pull request #543 from philips/use-generic-instead-of-oss
...
docs: use generic instead of OSS controller
2017-04-05 13:35:22 -03:00
Manuel de Brito Fontes
e0561ddeb9
Update nginx and generic controller
2017-04-04 11:51:50 -03:00
Manuel de Brito Fontes
4103537ea1
Fix lint errors
2017-04-02 11:07:07 -03:00
Joao Morais
9d807a843d
Remove pre-release messages
2017-04-02 09:50:52 -03:00
Manuel Alejandro de Brito Fontes
02cd3ce885
Merge pull request #225 from electroma/nginx/extauth_headers
...
Support for http header passing from external authentication service
2017-04-01 20:40:29 -03:00
Brandon Philips
8c9e88058c
docs: use generic instead of OSS controller
...
This term was really confusing me because all of these controllers in
this repo are OSS. So, instead use the term generic and define it upon
first use.
2017-04-01 17:03:44 +02:00
Manuel de Brito Fontes
7e86cfe64b
Fix link to custom nginx configuration
2017-03-30 23:01:45 -03:00
caiyixiang
776dc4a6f3
add example for haproxy multi tsl
2017-03-28 16:13:53 +08:00
Joao Morais
b2c6276f0e
[docs] haproxy ingress - client cert auth
2017-03-26 18:31:10 -03:00
Manuel de Brito Fontes
b33bcd9ba0
Add example for nginx in aws
2017-03-26 17:47:26 -03:00
rsafronov
6d07d32003
Merge branch 'upstream' into nginx/extauth_headers
2017-03-24 20:25:18 -04:00
mrmm
031fdfd730
Fix typo nginx configMap vts metrics customization
2017-03-22 15:12:52 +00:00
zoues
5446208d5f
Update README.md
2017-03-22 09:38:21 +08:00
zoues
be05d403ac
fix vts readme
2017-03-21 23:35:43 +08:00
zoues
1f1829f42b
add custom vts metrics example
2017-03-21 23:29:57 +08:00
Danny Kulchinsky
6a38a1ac37
Adding Prometheus metrics scrape annotations
...
Allow Prometheus automatic discovery of nginx metrics endpoint
Fixed https://github.com/kubernetes/ingress/issues/464
2017-03-20 20:17:07 -04:00
caiyixiang
ee63e4576d
add scaling haproxy
2017-03-17 17:14:35 +08:00
Manuel Alejandro de Brito Fontes
c25936df62
Merge pull request #427 from rikatz/app-root-redirect
...
Adds support for root context redirection
2017-03-16 07:32:30 -03:00
Ricardo Pchevuzinske Katz
6f25329308
Changes the NGINX Rewrite Example location
2017-03-15 23:07:26 -03:00
Ricardo Katz
98abd6dd11
Corrects the README header from Rewrite docs
2017-03-14 22:22:02 -03:00
Manuel de Brito Fontes
1aa8223889
Release 0.9-beta.3
2017-03-14 12:19:37 -03:00
rsafronov
5ee1eed434
Added: example of external service response headers propagation (requested by @aledbf)
2017-03-13 16:45:27 -04:00
Ricardo Pchevuzinske Katz
0e5d3ca9e9
Adds support for root redirection, and improves rewrite documentation
2017-03-13 12:03:47 -03:00
Manuel Alejandro de Brito Fontes
dd7f8b4a97
Merge pull request #408 from gianrubio/fix-links
...
Review docs
2017-03-10 07:26:24 -03:00
Manuel de Brito Fontes
862f4bba35
Improve external authentication docs
2017-03-09 12:15:44 -03:00
Manuel de Brito Fontes
7282337503
Fix images
2017-03-09 12:06:08 -03:00
Manuel de Brito Fontes
0410b20b4c
Improve external authentication docs
2017-03-09 11:59:15 -03:00
Manuel de Brito Fontes
681af2d8d6
Add example using github oauth application
2017-03-08 21:00:17 -03:00
Cole Mickens
09e6aabce4
Add auth-signin annotation
2017-03-08 20:24:01 -03:00
Giancarlo Rubio
a2edde35fc
fix some broken links
...
upgrade all nginx examples to latest version
moved some examples from contrib to this repo
2017-03-08 22:22:31 +01:00
Gorka Lerchundi Osa
e1c1dfadc7
allow specifying custom dh param
...
fixes #162
2017-03-08 15:32:32 +01:00
Tim St. Clair
1023056c3b
Rebase GLBC on busybox
2017-03-07 13:49:43 -08:00
Joao Morais
73c9197df6
HAProxy Auth Basic sample
2017-03-05 21:41:12 -03:00
caiyixiang
e33e6a8162
haproxy Daemonset
2017-03-02 16:49:55 +08:00
chentao1596
c25b455e9d
add example of 'run multiple nginx ingress controllers as a deployment'
2017-03-02 09:33:01 +08:00
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
Manuel Alejandro de Brito Fontes
ff3674fcc6
Merge pull request #320 from chentao1596/fix-test-http-service
...
update some descriptions about of 'Test HTTP Service'
2017-02-24 20:59:56 -03:00
Manuel Alejandro de Brito Fontes
33ab550290
Merge pull request #332 from aledbf/snippets
...
Add annotation to customize nginx configuration
2017-02-24 18:39:45 -03:00
Manuel de Brito Fontes
a20c287614
Add annotation to customize nginx location configuration
2017-02-23 16:48:59 -03:00
Jo Geraerts
63573b3958
Correct spelling mistake
2017-02-23 16:52:10 +01:00
Manuel Alejandro de Brito Fontes
298925527d
Merge pull request #326 from chentao1596/daemonset
...
add nginx daemonset example
2017-02-22 23:56:24 -03:00
Manuel Alejandro de Brito Fontes
4fcfec0c7d
Merge pull request #317 from aledbf/custom-controller
...
Add missing method in custom-controller
2017-02-22 23:51:20 -03:00
chentao1596
e5f6a31a91
add nginx daemonst example
2017-02-23 10:17:34 +08:00
Manuel de Brito Fontes
036892fb96
Release 0.9.0-beta.2
2017-02-22 14:41:43 -03:00
chentao1596
7d57a0dee2
update the description of 'Test HTTP Service'
2017-02-22 10:38:22 +08:00
Manuel de Brito Fontes
38cc353f4e
Add missing method in custom-controller
2017-02-21 15:27:17 -03:00
bprashanth
801d256e1e
Add a GCE health checks example
2017-02-17 15:28:00 -08:00
Prashanth B
3d9f89be1d
Merge pull request #293 from tonglil/gcloud-docker
...
Update makefile gcloud docker command
2017-02-17 07:07:25 +05:30
Tony Li
bba7213128
do the same for other makefiles
2017-02-16 17:13:36 -08:00