k8s-ci-robot
ad2497e240
Merge pull request #3377 from SataQiu/fix-20181107
...
Fix typos and default value
2018-11-07 03:42:04 -08:00
SataQiu
ac7c4e51f5
fix the typos
2018-11-07 17:53:17 +08:00
k8s-ci-robot
db06290594
Merge pull request #3373 from aledbf/update-nginx
...
Update nginx
2018-11-06 23:02:46 -08:00
Manuel Alejandro de Brito Fontes
cb8a8405d4
Update nginx
2018-11-06 18:55:22 -03:00
k8s-ci-robot
619ae2fca1
Merge pull request #3341 from Shopify/canary_upstream
...
Add canary annotation and alternative backends for traffic shaping
2018-11-06 12:22:16 -08:00
Conor Landry
0f6357764a
implement canary annotation and alternative backends
...
Adds the ability to create alternative backends. Alternative backends enable
traffic shaping by sharing a single location but routing to different
backends depending on the TrafficShapingPolicy defined by AlternativeBackends.
When the list of upstreams and servers are retrieved, we then call
mergeAlternativeBackends which iterates through the paths of every ingress
and checks if the backend supporting the path is a AlternativeBackend. If
so, we then iterate through the map of servers and find the real backend
that the AlternativeBackend should fall under. Once found, the
AlternativeBackend is embedded in the list of VirtualBackends for the real
backend.
If no matching real backend for a AlternativeBackend is found, then the
AlternativeBackend is deleted as it cannot be backed by any server.
2018-11-06 13:13:14 -05:00
k8s-ci-robot
3fc5579f19
Merge pull request #3344 from ecosia/jg-customerrors-per-ingress
...
Adds CustomHTTPErrors ingress annotation and test
2018-11-06 09:21:49 -08:00
jasongwartz
8dec650d28
Adds CustomHTTPErrors ingress annotation and test
...
Adds per-server/location error-catch functionality to nginx template
Adds documentation
Reduces template duplication with helper function for CUSTOM_ERRORS data
Updates documentation
Adds e2e test for customerrors
Removes AllCustomHTTPErrors, replaces with template function with deduplication and adds e2e test of deduplication
Fixes copy-paste error in test, adds additional test cases
Reverts noop change in controller.go (unused now)
2018-11-06 16:47:52 +01:00
k8s-ci-robot
9fedb2a606
Merge pull request #3367 from aledbf/503-restart
...
Remove reloads when there is no endpoints
2018-11-06 06:39:04 -08:00
k8s-ci-robot
b57b975e5a
Merge pull request #3343 from abaruni/auth-snippet
...
Auth snippet
2018-11-06 04:37:34 -08:00
Manuel Alejandro de Brito Fontes
37c2bbb99a
Remove reloads when there is no endpoints
2018-11-06 09:26:04 -03:00
k8s-ci-robot
795e56b3d1
Merge pull request #3369 from SataQiu/fix-20181106
...
Fix some typos
2018-11-06 04:02:10 -08:00
k8s-ci-robot
7454094d1b
Merge pull request #3370 from xichengliudui/fix181106
...
Fix typo: whitlelist -> whitelist
2018-11-06 04:00:49 -08:00
xichengliudui
228640822b
Fix typo: whitlelist -> whitelist
2018-11-06 04:59:03 -05:00
SataQiu
29406312de
fix typos
2018-11-06 15:58:56 +08:00
Adnan Baruni
fb261ebaeb
add support for auth-snippet annotation
...
add test for new auth-snippet annotation
document auth-snippet annotation
add e2e test for auth-snippet annotation
add log warning and update documentation
2018-11-05 16:02:29 -06:00
k8s-ci-robot
9bd475fd0d
Merge pull request #3366 from mooncak/fix_typos
...
Fix some typos
2018-11-05 07:45:35 -08:00
mooncake
3f909fe2e1
Fix some typos
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-05 22:10:11 +08:00
Manuel Alejandro de Brito Fontes
437297c8a3
Fix links format [skip-ci] ( #3364 )
2018-11-05 06:50:49 -03:00
k8s-ci-robot
6396596bd6
Merge pull request #3345 from xichengliudui/fix181102
...
update annotation
2018-11-04 12:58:15 -08:00
k8s-ci-robot
19e7121e10
Merge pull request #3356 from tariq1890/use_dep_release
...
Download latest dep releases instead of fetching from HEAD
2018-11-04 10:08:05 -08:00
Manuel Alejandro de Brito Fontes
a293225612
Add missing modsecurity unicode.mapping file ( #3357 )
2018-11-04 12:35:33 -03:00
k8s-ci-robot
b66d881e5f
Merge pull request #3347 from diazjf/ssl-redirect-e2e
...
Add e2e test for ssl-redirect
2018-11-04 04:56:32 -08:00
Fernando Diaz
c184084461
Add e2e test for ssl-redirect
...
Adds the e2e test for the ssl-redirect annotation.
Part of the #3124 effort.
2018-11-04 03:16:03 -06:00
tariqibrahim
883032eb1a
download latest dep releases instead of fetching from HEAD
2018-11-03 16:50:29 -07:00
Manuel Alejandro de Brito Fontes
81e9921e05
Update nginx image ( #3354 )
2018-11-03 20:35:02 -03:00
Manuel Alejandro de Brito Fontes
062ffb8d69
Update nginx modules ( #3353 )
2018-11-03 19:29:07 -03:00
k8s-ci-robot
0728df0ab7
Merge pull request #3349 from xiezongzhe/patch-8
...
fix typo
2018-11-02 18:59:19 -07:00
k8s-ci-robot
210a50a896
Merge pull request #3348 from crystaljade/patch-2
...
Update cli-arguments.md. Remove tcp and udp, add health-check-timeout.
2018-11-02 07:47:55 -07:00
k8s-ci-robot
dd55d8ffd1
Merge pull request #3313 from skeeey/master
...
Support cookie expires
2018-11-02 06:53:46 -07:00
liuwei
478076465e
Use second as cookie expires unit
2018-11-02 20:07:23 +08:00
liuwei
da38aa2a2d
Use second as cookie expires unit
2018-11-02 19:23:33 +08:00
liuwei
775f514524
Use second as cookie expires unit
2018-11-02 19:02:32 +08:00
liuwei
96aec7fb66
Merge remote-tracking branch 'upstream/master'
2018-11-02 18:35:41 +08:00
liuwei
42d2455ba2
Use second as cookie expires unit
2018-11-02 18:13:54 +08:00
liuwei
6b66912637
pass static-check
2018-11-02 17:17:29 +08:00
liuwei
558b99e5f1
Use second as cookie expires unit
2018-11-02 17:05:38 +08:00
xiezongzhe
c3774db4de
fix typo
2018-11-02 15:31:54 +08:00
k8s-ci-robot
fe6c07557b
Merge pull request #3346 from diazjf/cookie-hash
...
Add e2e test for session-cookie-hash
2018-11-02 00:31:43 -07:00
crystaljade
b145925c64
Update cli-arguments.md
2018-11-02 13:48:00 +08:00
crystaljade
a7472dcb65
Update cli-arguments.md
2018-11-02 13:17:52 +08:00
liuwei
d778cfec9d
merge from master
2018-11-02 13:13:24 +08:00
Fernando Diaz
d65ab41e7d
Add e2e test for session-cookie-hash
...
Adds the e2e test for the session-cookie-hash annotation.
Part of the #3124 effort.
2018-11-01 23:44:22 -05:00
xichengliudui
7b721840d8
update annotation
2018-11-01 23:50:08 -04:00
k8s-ci-robot
9fded8ac3c
Merge pull request #3326 from lanuma/patch-1
...
fix broken link
2018-11-01 08:32:53 -07:00
k8s-ci-robot
2d192096fa
Merge pull request #3338 from aledbf/503
...
Avoid reloads when endpoints are not available
2018-11-01 07:16:32 -07:00
Manuel Alejandro de Brito Fontes
db29ca6c5b
Avoid reloads when endpoints are not available
2018-11-01 10:00:49 -03:00
k8s-ci-robot
1023fb44a4
Merge pull request #3328 from aledbf/linit
...
Code linting
2018-10-31 05:41:04 -07:00
k8s-ci-robot
6dacf8566e
Merge pull request #3332 from crystaljade/patch-1
...
Update build-single-manifest-sh,remove tcp-services-configmap.yaml and udp-services-configmap.yaml
2018-10-31 05:31:04 -07:00
crystaljade
5dd2fac225
Update build-single-manifest-sh
2018-10-31 17:30:59 +08:00