Commit graph

1328 commits

Author SHA1 Message Date
Manuel de Brito Fontes
10846ae9c1 Update go dependencies 2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
8563d9db7c Update gce controller 2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
85c91253aa Update examples 2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
42fb023bfd Update generic controller 2017-07-20 10:43:09 -07:00
Manuel de Brito Fontes
8ef1e05d8d Update nginx controller 2017-07-20 10:41:50 -07:00
Manuel Alejandro de Brito Fontes
3e81d8e8d3 Merge pull request #981 from chrismoos/service_upstream
Add annotation to allow use of service ClusterIP for NGINX upstream.
2017-07-19 12:20:30 -04:00
Manuel Alejandro de Brito Fontes
559138c50a Merge pull request #991 from aledbf/ssl-refactoring
Remove secret sync loop
2017-07-19 12:19:36 -04:00
Chris Moos
db174826a7 Add annotation to allow use of service ClusterIP for NGINX upstream. 2017-07-19 16:02:04 +02:00
Manuel de Brito Fontes
39f1f04aa1 Remove secret sync loop 2017-07-18 22:54:32 -04:00
Nick Sardo
bc31be0318 Merge pull request #962 from ensonic/docs
Update the docs.
2017-07-18 15:10:14 -07:00
Manuel Alejandro de Brito Fontes
4b887afe4b Merge pull request #993 from johnbelamaric/fix-sed
Fix the sed command to work on macOS
2017-07-18 17:22:26 -04:00
Manuel Alejandro de Brito Fontes
0e288656dc Merge pull request #992 from aledbf/fix-nil-ssl
Check errors generating pem files
2017-07-18 16:53:19 -04:00
John Belamaric
de9bbbdee3 Fix the sed command to work on macOS 2017-07-18 16:41:07 -04:00
Manuel de Brito Fontes
f7bca0f4d4 Check errors generating pem files 2017-07-18 16:26:28 -04:00
Nick Sardo
d390b6fc3e Merge pull request #987 from JonPulsifer/bump-echoheaders
echoheaders: nginx-slim:0.21 and release echoserver:1.7
2017-07-18 12:20:30 -07:00
Nick Sardo
4620aded70 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
30b30b02bf Copy over legacy description; remove unnecessary/verbose log lines 2017-07-17 17:14:43 -07:00
Jonathan Pulsifer
7888ef5213 echoheaders: Release echoserver:1.7 2017-07-17 14:55:56 -04:00
Jonathan Pulsifer
89c0951e4d echoheaders: nginx-slim:0.21 2017-07-17 14:46:24 -04:00
Manuel Alejandro de Brito Fontes
05ee5393ed 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
a36a207c75 Add nginx basic auth example 2017-07-16 16:22:08 -04:00
Manuel Alejandro de Brito Fontes
83e12bd401 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
3a2e36ba40 Add sort-backends command line option 2017-07-16 11:00:02 -03:00
Manuel Alejandro de Brito Fontes
9da5bed073 Merge pull request #976 from jcmoraisjr/jm-annotations
Update annotations doc
2017-07-16 09:55:59 -04:00
Joao Morais
5a80632692 Update annotations doc 2017-07-16 09:26:51 -03:00
Nick Sardo
05b01e90f1 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
aff475487d Release nginx 0.9.0-beta.11 2017-07-15 13:56:38 -04:00
Manuel Alejandro de Brito Fontes
8c1ec54e45 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
6ab946067c check number of servers in configuration comparator 2017-07-15 17:40:28 +02:00
Manuel Alejandro de Brito Fontes
6ed04b4038 Merge pull request #960 from aledbf/update-controller-ngx
Update nginx in ingress controller
2017-07-14 18:16:10 -04:00
Nick Sardo
dccbb79fbe Merge pull request #959 from aledbf/update-ngx
Release nginx-slim 0.21
2017-07-14 13:03:37 -07:00
Nick Sardo
4e385f1e8e 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
feefd3fd60 Merge pull request #967 from claytononeill/runningaddresses-typo
Fix runningAddresses typo
2017-07-14 11:01:29 -04:00
Manuel Alejandro de Brito Fontes
7b61a1a218 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
70e4844682 Fix missing hyphen in yaml for nginx RBAC example 2017-07-14 10:53:56 -04:00
Manuel Alejandro de Brito Fontes
c483c3f3d8 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
d28130ec3c Fix runningAddresses typo 2017-07-14 10:33:33 -04:00
Clayton O'Neill
656efb0eba 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
42e0332ebb 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
210ade2ef3 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
54d0184fff 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
83dd88f5a6 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
adb0438c07 Update nginx in ingress controller 2017-07-12 20:12:41 -04:00
Manuel de Brito Fontes
aee51ae66b Release nginx-slim 0.21 2017-07-12 20:12:02 -04:00
Manuel de Brito Fontes
653a410bfb Release ubuntu-slim:0.13 2017-07-12 20:10:43 -04:00
Manuel Alejandro de Brito Fontes
4209c3e6d8 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
8ff57913b5 Simplify handling of ssl certificates 2017-07-12 15:29:03 -04:00
Remington Reackhof
86d07b659b 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
f7328043c9 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
354fc500d6 Remove misleading msg 2017-07-10 18:21:21 -07:00