Commit graph

1226 commits

Author SHA1 Message Date
Manuel de Brito Fontes
b1d6468d5d Replace NodeLegacyHostIP with NodeInternalIP 2017-05-20 20:11:58 -04:00
Manuel de Brito Fontes
9ddf98769a Update golang dependencies 2017-05-20 20:11:38 -04:00
Manuel de Brito Fontes
07cdee5ca8 Refactoring whitelist source IP verification 2017-05-20 19:32:03 -04:00
Manuel Alejandro de Brito Fontes
c5e30973e5 Merge pull request #734 from aledbf/fix-nginx-image
Specify nginx image arch
2017-05-18 18:00:46 -04:00
Manuel de Brito Fontes
d742dcb55c Specify nginx image arch 2017-05-18 17:57:33 -04:00
Manuel Alejandro de Brito Fontes
c218c3c2f2 Merge pull request #728 from aledbf/update-nginx-controller
Update nginx image
2017-05-18 17:46:42 -04:00
Nick Sardo
da723f91fa Merge pull request #729 from aledbf/update-nginx
Release nginx-slim 0.17
2017-05-18 13:24:35 -07:00
Manuel Alejandro de Brito Fontes
f52579bd3c Merge pull request #731 from szuecs/doc/kube-aws-ingress
add zalando-incubator project kube-ingress-aws-controller to catalog
2017-05-18 11:49:05 -04:00
Sandor Szücs
01e8135e72 add zalando-incubator project kube-ingress-aws-controller to catalog 2017-05-18 15:06:55 +02:00
Nick Sardo
b7bf78379c Merge pull request #726 from aledbf/update-ubuntu-slim
Release ubuntu-slim 0.10
2017-05-17 20:14:31 -07:00
Manuel de Brito Fontes
7ceb0a8025 Update nginx image 2017-05-17 14:54:27 -04:00
Manuel de Brito Fontes
b72ee2479e Release nginx-slim 0.17 2017-05-17 11:22:11 -04:00
Manuel de Brito Fontes
257d927262 Release ubuntu-slim 0.10 2017-05-17 10:13:36 -04:00
Manuel Alejandro de Brito Fontes
c831359733 Merge pull request #709 from phekmat/patch-1
Add config for X-Forwarded-For trust
2017-05-17 07:45:49 -04:00
Manuel Alejandro de Brito Fontes
49e490e5e5 Merge pull request #704 from ckeyer/fix_nginx_reload
fix nginx reload flags '-c'
2017-05-17 07:44:54 -04:00
Manuel Alejandro de Brito Fontes
3dc7717a68 Merge pull request #716 from jcmoraisjr/jm-secure-ca
Add secure-verify-ca-secret annotation
2017-05-17 07:41:13 -04:00
Manuel Alejandro de Brito Fontes
b4032f0648 Merge pull request #722 from aledbf/remove-go-reaper
Remove go-reap and use tini as process reaper
2017-05-17 07:37:23 -04:00
Manuel Alejandro de Brito Fontes
bc6112bbef Merge pull request #724 from davidstack/master
change the directory of default-backend.yaml
2017-05-17 07:36:48 -04:00
Manuel Alejandro de Brito Fontes
5b37a677de Merge pull request #725 from bai/keepalice-and-body-buffer-config
Add keepalive_requests and client_body_buffer_size options
2017-05-17 07:31:50 -04:00
Manuel Alejandro de Brito Fontes
dbe2c6c81a Merge pull request #723 from zouyee/dev
update readme about vts metrics
2017-05-17 07:29:13 -04:00
Chuanjian Wang
9f32b74fea
fix nginx reload flags '-c' 2017-05-17 18:30:19 +08:00
Vlad Gorodetsky
3bd2cb331f Add keepalive_requests and client_boxy_buffer_size options 2017-05-17 09:36:10 +03:00
Damon Wang
7321704399 change the directory of default-backend.yaml
there is no default-backend.yaml in examples directory.
2017-05-17 11:12:43 +08:00
zouyee
7dbde0b369 update readme about vts metrics 2017-05-17 11:05:04 +08:00
Manuel de Brito Fontes
22d63d0ad0 Auto stash before merge of "master" and "master/master"
Remove go-reap and use tini as process reaper
2017-05-16 16:06:33 -04:00
Manuel Alejandro de Brito Fontes
8ca5fbeece Merge pull request #717 from caiyixiang/del_unuseful_var
delete unuseful variable
2017-05-15 22:19:18 -04:00
Manuel Alejandro de Brito Fontes
8f45f46a06 Merge pull request #718 from zouyee/dev
nodeController sync
2017-05-15 09:07:10 -04:00
zouyee
bb72a03bc2 nodeController sync 2017-05-15 14:34:08 +08:00
caiyixiang
c05b7a0094 \core\pkg\ingress\errors:delete unuseful variable 2017-05-15 10:22:58 +08:00
Joao Morais
8b5a6e7661 Add secure-verify-ca-secret annotation 2017-05-14 19:14:27 -03:00
Manuel Alejandro de Brito Fontes
07647fd313 Merge pull request #715 from olvesh/master
Corrected annotation ex `signin-url` to `auth-url`
2017-05-14 16:03:59 -04:00
Olve S. Hansen
4e94069bb9 Corrected annotation ex signin-url to auth-url 2017-05-14 21:00:09 +02:00
Manuel Alejandro de Brito Fontes
37abed3f84 Merge pull request #712 from cheungpat/issue-711
Set $proxy_upstream_name before location directive
2017-05-14 08:32:04 -04:00
Kwok-kuen Cheung
a83f17c716 Set $proxy_upstream_name before location directive
When nginx performs ssl redirect, $proxy_upstream_name used in log
is not initialized because it is set after nginx matched a location directive,
which is not the case when performing a ssl redirect.

refs #711
2017-05-14 08:59:30 +08:00
Manuel Alejandro de Brito Fontes
12d2c4f689 Merge pull request #690 from aledbf/avoid-empty-secret
Fix IP in logs for https traffic
2017-05-12 10:44:20 -03:00
Payam Hekmat
dd894f0f73 Add config for X-Forwarded-For trust
Use the same config option for `set_real_ip_from` when not using proxy protocol. The default remains `0.0.0.0/0`, which is insecure if the ingress is publicly accessible. This at least provides a workaround for #200
2017-05-11 21:55:35 -05:00
Manuel de Brito Fontes
a537d2d0fa Remove secrets from ingress after a Delete event 2017-05-11 22:19:16 -03:00
Manuel Alejandro de Brito Fontes
88ca7a555e Merge pull request #707 from DanCech/vts0.1.14
use nginx vts module version 0.1.14
2017-05-11 15:20:31 -03:00
Manuel de Brito Fontes
4bd4bf3be6 Fix remote address in log when protocol is https 2017-05-11 15:04:19 -03:00
Dan Cech
485098fd69 use nginx vts module version 0.1.14 2017-05-11 13:56:42 -04:00
Manuel Alejandro de Brito Fontes
186615daf0 Merge pull request #703 from jcmoraisjr/jm-haproxy-configmap
HAProxy deployment doc improvements
2017-05-11 10:51:35 -03:00
Manuel Alejandro de Brito Fontes
335c47316a Merge pull request #702 from tobilarscheid/patch-1
Document passing of ssl_client_cert to backend
2017-05-11 10:50:05 -03:00
tobilarscheid
9c56c72464 fix header name 2017-05-11 08:04:17 +02:00
Joao Morais
4c753fc51f Add configmap on deployment instructions 2017-05-10 22:01:45 -03:00
Joao Morais
f1a0119b22 deploy web app as an optional step on haproxy deploy 2017-05-10 22:00:29 -03:00
Manuel de Brito Fontes
5c9c5a301a Avoid periodic check for secret changes 2017-05-10 21:54:30 -03:00
Manuel Alejandro de Brito Fontes
c1cf8ffb31 Merge pull request #675 from dpratt/master
Use proxy-protocol to pass through source IP to nginx
2017-05-10 19:30:13 -03:00
tobilarscheid
8d296109d4 Document passing of ssl_client_cert to backend 2017-05-10 23:29:13 +02:00
David Pratt
d56d8b7da1 Use proxy-protocol to pass through source IP to nginx 2017-05-10 16:22:48 -05:00
Manuel Alejandro de Brito Fontes
317f222527 Merge pull request #679 from ckeyer/template_getenv
add getenv
2017-05-10 08:50:11 -03:00