Commit graph

3277 commits

Author SHA1 Message Date
Henry Tran
0af9d5b62a Add documentation for enable-dynamic-certificates feature 2018-08-24 09:51:41 -04:00
k8s-ci-robot
72112fe9d0
Merge pull request #2966 from Shopify/add-sticky-unit-tests
Add unit tests for sticky lua module
2018-08-23 20:32:16 -07:00
k8s-ci-robot
b0b575db33
Merge pull request #2965 from Shopify/dynamic-certificates-nginx
Add Lua module to serve SSL Certificates dynamically
2018-08-23 20:27:55 -07:00
k8s-ci-robot
5dd04d3d07
Merge pull request #2979 from ElvinEfendi/clear-e2e-tests
clear dynamic configuration e2e tests
2018-08-23 20:00:19 -07:00
Elvin Efendi
71f6d00b66 clear dynamic configuration e2e tests 2018-08-23 22:28:54 -04:00
Henry Tran
cbf041fc3e Add Lua module to serve SSL Certificates dynamically 2018-08-23 22:15:54 -04:00
Francisco Mejia
32426b95e6 Add reset_ngx method to sticky_test.lua 2018-08-23 14:09:08 -04:00
Francisco Mejia
c7b75970ca Refactor ngx mock and indent using 2 spaces 2018-08-23 14:02:42 -04:00
k8s-ci-robot
332b3ad23d
Merge pull request #2977 from aledbf/realip-auth
Pass real source IP address to auth request
2018-08-23 09:29:30 -07:00
Manuel de Brito Fontes
f6905ae0ff Pass real source IP address to auth request 2018-08-23 10:37:33 -03:00
k8s-ci-robot
b214282057
Merge pull request #2806 from yogin16/patch-1
add help for tls prerequisite for ingress.yaml
2018-08-23 05:51:37 -07:00
k8s-ci-robot
7882bb1c56
Merge pull request #2884 from Miouge1/grafana-5m
[grafana] Rate over 2 minutes since default Prometheus interval is 1m
2018-08-23 05:50:25 -07:00
k8s-ci-robot
dceb55aec4
Merge pull request #2972 from ElvinEfendi/fix-ssl-fallback
consistently fallback to default certificate when TLS is configured
2018-08-23 05:41:52 -07:00
Elvin Efendi
702fb9bf81 adjust tls settings test 2018-08-22 21:28:03 -04:00
Elvin Efendi
aa3e06b189 fix flaky luarestywaf test 2018-08-22 21:27:24 -04:00
Elvin Efendi
dc952dc462 consistently fallback to default certificate when TLS is configured 2018-08-22 20:53:25 -04:00
k8s-ci-robot
7436b77968
Merge pull request #2962 from fernandoguedes/fix/gce-gke-broked-anchor-link
Fix broken anchor link to GCE/GKE
2018-08-22 11:52:49 -07:00
k8s-ci-robot
a2e8bd81f9
Merge pull request #2970 from ant31/labels
Update labels
2018-08-22 07:15:19 -07:00
Antoine Legrand
0a88be36f5 Update labels 2018-08-22 15:37:22 +02:00
Francisco Mejia
14145b3129 Update tests to account for balance() return value 2018-08-21 15:07:32 -04:00
Francisco Mejia
86c1b1211c Add unit tests for sticky lua module 2018-08-21 14:22:44 -04:00
k8s-ci-robot
a426fbaf21
Merge pull request #2964 from Shopify/fix-upstreah-hash-by-number-key
fix variable parsing when key is number
2018-08-21 11:10:45 -07:00
Elvin Efendi
27cd1af4a7 fix variable parsing when key is number 2018-08-21 13:42:21 -04:00
Miouge1
3b63679b8e Rate over 2 minutes since default Prometheus interval is 1m 2018-08-21 08:57:39 +02:00
Luís Fernando Guedes
f1d0c97779 Fix broked anchor link to GCE/GKE 2018-08-20 15:04:56 -03:00
k8s-ci-robot
c083599a4b
Merge pull request #2899 from jeroenvand/jvd-fix-rewrite
fixed rewrites for paths not ending in /
2018-08-19 02:49:22 -07:00
k8s-ci-robot
a982713b3b
Merge pull request #2957 from ElvinEfendi/batch-metrics
Batch metrics and flush periodically
2018-08-18 14:15:06 -07:00
Elvin Efendi
2207d7694d batch metrics and flush periodically 2018-08-18 13:17:21 -04:00
k8s-ci-robot
b78bb2524e
Merge pull request #2956 from aledbf/update-nginx-image
Update nginx and e2e images
2018-08-17 15:10:49 -07:00
Manuel de Brito Fontes
285210ecd9 Update nginx and e2e images 2018-08-17 17:35:17 -03:00
k8s-ci-robot
4c33df15f2
Merge pull request #2955 from aledbf/update-ngx
Update nginx opentracing zipkin module
2018-08-17 13:18:39 -07:00
k8s-ci-robot
b8feded91b
Merge pull request #2941 from clorichel/patch-1
now actually using the $controller and $namespace variables
2018-08-17 11:10:09 -07:00
Manuel de Brito Fontes
a5e5ed7450 Update nginx opentracing zipkin module 2018-08-17 12:23:24 -03:00
k8s-ci-robot
ab1072e2db
Merge pull request #2923 from Shopify/dynamic-certs-controller
Add dynamic certificate serving feature to controller
2018-08-16 18:05:09 -07:00
Henry Tran
7faf089082 Add dynamic certificate feature to controller 2018-08-16 20:19:33 -04:00
k8s-ci-robot
b4942ccd03
Merge pull request #2616 from Dirbaio/xff
Add use-forwarded-headers configmap option.
2018-08-16 16:30:08 -07:00
k8s-ci-robot
35d22bcb3b
Merge pull request #2857 from ElvinEfendi/more-lua-refactoring-and-tests
remove unnecessary encoding/decoding also fix ipv6 issue
2018-08-16 15:43:10 -07:00
Elvin Efendi
7a3c8f2536 suppress stdout during lua test run 2018-08-16 14:12:33 -04:00
Elvin Efendi
589069d566 wrap IPv6 addresses into square brackets 2018-08-16 14:12:10 -04:00
Elvin Efendi
4b07e73e5d refactor lua balancer and fix ipv6 issue 2018-08-16 13:03:41 -04:00
Dario Nieuwenhuis
b5bcb93a4b
Merge branch 'master' into xff 2018-08-16 18:15:14 +02:00
k8s-ci-robot
082325b6f5
Merge pull request #2946 from Shopify/update-configuration-module-unit-tests
Add unit tests to configuration_test.lua that cover Backends configuration
2018-08-15 13:54:00 -07:00
Francisco Mejia
9d26a68b17 Add Backends unit tests to configuration_test.lua 2018-08-15 15:59:26 -04:00
Jeroen van Dongen
e428095e3c fixed rewrites for paths not ending in / 2018-08-15 21:15:40 +02:00
Pierre-Alexandre
6a1bbe918e
missed a spot for the namespace 2018-08-15 15:11:59 -04:00
Pierre-Alexandre
7dedb41c43
accurately reading and using the $namespace 2018-08-15 15:07:26 -04:00
k8s-ci-robot
cb96cf0fcc
Merge pull request #2942 from aledbf/update-image
Update nginx image
2018-08-14 21:12:51 -07:00
Manuel de Brito Fontes
330b7fafb3 Update nginx image 2018-08-14 23:12:39 -03:00
Pierre-Alexandre
ae914863a2
now actually using the $controller variable
before that, the panels weren't "filtered" by the controller selected

with that change, each panel is, and it works for both a controller or when selecting `All`
2018-08-14 19:56:30 -04:00
k8s-ci-robot
56ed290098
Merge pull request #2925 from aledbf/update-nginx
Update nginx dependencies
2018-08-14 13:26:16 -07:00