Nick Sardo
05ef427a7b
Merge pull request #957 from nicksardo/glbc-cleanup
...
[GLBC] Minor cleanup for logging & future changes
2017-07-17 18:06:57 -07:00
Nick Sardo
25b2723b33
Copy over legacy description; remove unnecessary/verbose log lines
2017-07-17 17:14:43 -07:00
Jonathan Pulsifer
03056aa563
echoheaders: Release echoserver:1.7
2017-07-17 14:55:56 -04:00
Jonathan Pulsifer
64f19e0ec3
echoheaders: nginx-slim:0.21
2017-07-17 14:46:24 -04:00
Manuel Alejandro de Brito Fontes
82e75ee0bf
Merge pull request #980 from aledbf/auth-example
...
Add nginx basic auth example
2017-07-16 16:23:01 -04:00
Manuel de Brito Fontes
0d4bf15cb0
Add nginx basic auth example
2017-07-16 16:22:08 -04:00
Manuel Alejandro de Brito Fontes
c43c3a95b0
Merge pull request #977 from jcmoraisjr/jm-sort-backends2
...
Add sort-backends command line option
2017-07-16 10:27:34 -04:00
Joao Morais
8c3bb17f56
Add sort-backends command line option
2017-07-16 11:00:02 -03:00
Manuel Alejandro de Brito Fontes
7c749ede0a
Merge pull request #976 from jcmoraisjr/jm-annotations
...
Update annotations doc
2017-07-16 09:55:59 -04:00
Joao Morais
ae20bbbb88
Update annotations doc
2017-07-16 09:26:51 -03:00
Nick Sardo
a3131c569f
Merge pull request #974 from aledbf/beta.11.1
...
Release nginx 0.9.0-beta.11
2017-07-15 16:31:47 -07:00
Manuel de Brito Fontes
f4fe72a247
Release nginx 0.9.0-beta.11
2017-07-15 13:56:38 -04:00
Manuel Alejandro de Brito Fontes
a6f7c93245
Merge pull request #973 from stibi/945-nginx-no-reload
...
check number of servers in configuration comparator
2017-07-15 13:43:58 -04:00
Martin Stiborsky
299d4c373c
check number of servers in configuration comparator
2017-07-15 17:40:28 +02:00
Manuel Alejandro de Brito Fontes
8f38c4acff
Merge pull request #960 from aledbf/update-controller-ngx
...
Update nginx in ingress controller
2017-07-14 18:16:10 -04:00
Alex Rowley
d42e380e97
Modify how locations are built
...
The HTTPIngressPath defines the path as an extended POSIX regex.
https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/extensions/types.go#L704
This treats any path passed from the ingress as a regex based location block.
The only exception to this is the / path, which is set as a prefix location
block, this should work as a catchall without affecting other locations defined
using regex location blocks.
It should be noted that there may be some incompatibilities between the spec
and the regex implementation within nginx.
2017-07-14 21:08:27 +01:00
Nick Sardo
70ee676c4b
Merge pull request #959 from aledbf/update-ngx
...
Release nginx-slim 0.21
2017-07-14 13:03:37 -07:00
Nick Sardo
e6ca242563
Merge pull request #958 from aledbf/update-ubuntu
...
Release ubuntu-slim:0.13
2017-07-14 11:52:33 -07:00
Manuel Alejandro de Brito Fontes
438a2fa70b
Merge pull request #967 from claytononeill/runningaddresses-typo
...
Fix runningAddresses typo
2017-07-14 11:01:29 -04:00
Manuel Alejandro de Brito Fontes
ccfc339e3c
Merge pull request #968 from claytononeill/missing-hyphen-rbac-example
...
Fix missing hyphen in yaml for nginx RBAC example
2017-07-14 10:57:45 -04:00
Clayton O'Neill
d19b0b2606
Fix missing hyphen in yaml for nginx RBAC example
2017-07-14 10:53:56 -04:00
Manuel Alejandro de Brito Fontes
8076dea20e
Merge pull request #966 from claytononeill/fix-env-var-error-checks
...
Fix error checking for pod name & NS
2017-07-14 10:53:47 -04:00
Clayton O'Neill
fb42b9979d
Fix runningAddresses typo
2017-07-14 10:33:33 -04:00
Clayton O'Neill
ad583c3acb
Fix error checking for pod name & NS
...
Previously it would just check if POD_NAME *or* POD_NAMESPACE was set, which
could lead to very bizarre failure modes.
2017-07-14 09:26:50 -04:00
Stefan Sauer
fccaa14251
Update the docs.
...
Remove sentence impying that HTTP is not supported. Add missing markdown to ensure
code-blocks are highlighted.
See #951
2017-07-13 18:32:02 +02:00
Manuel Alejandro de Brito Fontes
d416d029ec
Merge pull request #956 from aledbf/force-reload
...
Simplify handling of ssl certificates
2017-07-13 08:54:04 -04:00
Manuel Alejandro de Brito Fontes
37bcee4122
Merge pull request #964 from bashofmann/master
...
Support for proxy_headers_hash_bucket_size and proxy_headers_hash_max_size
2017-07-13 08:41:44 -04:00
Bastian Hofmann
38d198bfde
Make proxy_headers_hash_bucket_size and proxy_headers_hash_max_size configurable in the nginx controller
...
See https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_headers_hash_bucket_size and https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_headers_hash_max_size
2017-07-13 13:57:03 +02:00
Manuel de Brito Fontes
df2bf96b3f
Update nginx in ingress controller
2017-07-12 20:12:41 -04:00
Manuel de Brito Fontes
0e94849524
Release nginx-slim 0.21
2017-07-12 20:12:02 -04:00
Manuel de Brito Fontes
7315082dd0
Release ubuntu-slim:0.13
2017-07-12 20:10:43 -04:00
Manuel Alejandro de Brito Fontes
eb5a530d78
Merge pull request #949 from RemingtonReackhof/update-nginx-version
...
fix nginx version to 1.13.3 to fix integer overflow
2017-07-12 15:50:50 -04:00
Manuel de Brito Fontes
14a02d128c
Simplify handling of ssl certificates
2017-07-12 15:29:03 -04:00
Remington Reackhof
53b83695d4
fix nginx version to 1.13.3 to fix integer overflow in the range filter vulnerability
2017-07-11 11:32:16 -05:00
Nick Sardo
26fccdc48b
Merge pull request #946 from nicksardo/glbc-remove-quota
...
GLBC: Remove event message saying "Quota"
2017-07-10 18:23:03 -07:00
Nick Sardo
e0d0771423
Remove misleading msg
2017-07-10 18:21:21 -07:00
Manuel Alejandro de Brito Fontes
9d08424e78
Merge pull request #730 from n1koo/add_headers_support
...
Add support for add_headers
2017-07-10 08:48:19 -04:00
n1koo
02832dec6c
Add support for add_headers
2017-07-10 09:55:07 +03:00
Manuel Alejandro de Brito Fontes
c1e7c7a290
Merge pull request #940 from suquant/limit-conn-zone-variable
...
Sets parameters for a shared memory zone of limit_conn_zone
2017-07-09 10:52:43 -04:00
Georgiy Kutsurua
d56e261835
Sets parameters for a shared memory zone that will keep states for various keys.
2017-07-07 15:45:13 +04:00
Manuel Alejandro de Brito Fontes
4aef07d1c9
Merge pull request #937 from aledbf/master
...
Fix lint code errors
2017-07-06 16:42:25 -04:00
Manuel de Brito Fontes
835aea4bab
Fix lint code errors
2017-07-06 16:17:46 -04:00
Manuel Alejandro de Brito Fontes
b308be5333
Merge pull request #921 from RemingtonReackhof/list-proxy-real-ip-cidr
...
Make proxy-real-ip-cidr a comma separated list
2017-07-06 12:19:04 -04:00
Remington Reackhof
1b3f0acde1
add configmap and template changes for comma separated proxy-real-ip-cidr list
2017-07-06 10:54:36 -05:00
Manuel Alejandro de Brito Fontes
6f64e8149a
Merge pull request #933 from aledbf/lint
...
Lint code
2017-07-03 22:40:39 -04:00
Manuel de Brito Fontes
5d5e0df4b0
Lint code
2017-07-03 22:10:48 -04:00
Manuel Alejandro de Brito Fontes
7034712a8b
Merge pull request #930 from aledbf/proxy-tcp
...
Add support for proxy protocol in TCP services
2017-07-02 19:51:34 -04:00
Manuel de Brito Fontes
6a4679b028
Add support for proxy protocol in TCP services
2017-07-02 17:09:09 -04:00
Manuel Alejandro de Brito Fontes
24d78cae8e
Merge pull request #929 from aledbf/master
...
Add release task in Makefiles and avoid multiple builds
2017-06-30 16:22:03 -04:00
Manuel de Brito Fontes
4493d9d602
Add release task in Makefiles and avoid multiple builds
2017-06-30 16:19:41 -04:00