Commit graph

2739 commits

Author SHA1 Message Date
Manuel de Brito Fontes
53c0206aac Update nginx image to fix modsecurity crs issues 2018-04-17 18:48:33 -03:00
k8s-ci-robot
fe0b7ba1fe Merge pull request #2356 from nicknovitski/vts-sum-key
Add vts-sum-key config flag
2018-04-17 13:35:00 -07:00
Andrew Louis
0476d7c136 Introduce ConfigMap updating helpers into e2e/framework and retain default nginx-configuration state between tests
Group sublogic
2018-04-17 15:08:26 -04:00
Nick Novitski
7b2c3f97ad Add vts-sum-key config flag 2018-04-17 11:39:32 -07:00
k8s-ci-robot
7a0d401e49 Merge pull request #2363 from gianrubio/review-request_id
Review $request_id
2018-04-17 09:48:59 -07:00
k8s-ci-robot
98a6efd4d8 Merge pull request #2366 from oilbeater/fix/path-yaml
fix: fill missing patch yaml config.
2018-04-17 09:46:59 -07:00
oilbeater
39a89e074f fix: fill missing patch yaml config.
The patch-service yaml missing livenessProbe, readinessProbe and prometheus annotation parts.
2018-04-17 22:48:51 +08:00
Giancarlo Rubio
f0a8264ed7 Detect if header injected request_id before creating one 2018-04-17 15:49:35 +02:00
Manuel de Brito Fontes
68766ea658 Check ingress rule contains HTTP paths 2018-04-17 08:32:01 -03:00
k8s-ci-robot
91359019f7 Merge pull request #2345 from aledbf/release-0.13
Release nginx ingress controller 0.13.0
2018-04-16 10:29:57 -07:00
k8s-ci-robot
7365cf90ed Merge pull request #2353 from bashofmann/master
Add proxy-add-original-uri-header config flag
2018-04-16 05:46:59 -07:00
Bastian Hofmann
8e750b72b7 Add proxy-add-original-uri-header config flag
This makes it configurable if a location adds an X-Original-Uri header to the backend request. Default is "true", the current behaviour.
2018-04-16 12:34:26 +02:00
k8s-ci-robot
7b4aa07bed Merge pull request #2350 from AdamDang/patch-2
Correct some returned messages in server_tokens.go
2018-04-15 17:10:58 -07:00
k8s-ci-robot
5f9726e719 Merge pull request #2351 from AdamDang/patch-4
Typo fix in cli-arguments.md
2018-04-15 16:51:58 -07:00
k8s-ci-robot
7c841f168c Merge pull request #2352 from AdamDang/patch-5
Correct some info in flags.go
2018-04-15 15:36:58 -07:00
AdamDang
97ca2b8502 Correct some info in flags.go
Correct some info in flags.go
2018-04-15 23:49:00 +08:00
AdamDang
9d28f0608e Typo fix in cli-arguments.md
it's endpoints->its endpoints
2018-04-15 23:45:01 +08:00
AdamDang
61379ea200 Correct some returned messages in server_tokens.go
should not exists->should not exist
should exists->should exist
2018-04-15 23:42:38 +08:00
k8s-ci-robot
087d93d1fa Merge pull request #2348 from FGRibreau/patch-1
Use same convention, curl + kubectl for GKE
2018-04-14 06:44:59 -07:00
Francois-Guillaume Ribreau
ddc2bc0a33 Use same convention, curl + kubectl for GKE 2018-04-14 10:45:31 +02:00
k8s-ci-robot
6aa0929226 Merge pull request #2347 from aledbf/update-owners
Update owners
2018-04-13 16:43:59 -07:00
Manuel de Brito Fontes
4b499dfe60 Update owners 2018-04-13 20:08:13 -03:00
Manuel de Brito Fontes
1d95f4eabc Release nginx ingress controller 0.13.0 2018-04-13 14:53:39 -03:00
k8s-ci-robot
b7484f3f2e Merge pull request #2344 from aledbf/xss-base-tag
Escape variables in add-base-url annotation
2018-04-13 10:11:00 -07:00
k8s-ci-robot
bbf9471ec7 Merge pull request #2342 from antoineco/object-ref-map
Sync SSL certificates on events
2018-04-13 08:32:00 -07:00
Antoine Cotten
f64ad17035 Add test for channel events with referenced secret 2018-04-13 16:36:52 +02:00
Antoine Cotten
3d57778fa2 Include missing secrets in secretIngressMap
Update secretIngressMap independently from stored annotations, which may
miss some secret references.
2018-04-13 16:14:36 +02:00
Antoine Cotten
be03ccee6b Sync secrets (SSL certificates) on events
Remove scheduled check for missing secrets.
2018-04-13 16:14:29 +02:00
k8s-ci-robot
7f55391050 Merge pull request #2341 from Shopify/custom-sticky
Add session affinity to custom load balancing
2018-04-12 17:22:59 -07:00
Zenara Daley
81de91f537 Fixed tests 2018-04-12 19:44:09 -04:00
k8s-ci-robot
9012554ec6 Merge pull request #2340 from Shopify/sticky-upstream-name
Fix buildupstream name to work with dynamic session affinity
2018-04-12 13:09:54 -07:00
Zenara Daley
4e47f889c9 Fix nginx template 2018-04-12 15:43:13 -04:00
Zenara Daley
c5fb73972c Add session affinity to custom load balancing 2018-04-12 14:21:42 -04:00
Zenara Daley
abb55e1105 fix make verify-all failures 2018-04-12 14:14:43 -04:00
Zenara Daley
5f3e34e552 Fix buildupstream name to work with dynamic session affinity 2018-04-12 14:01:46 -04:00
k8s-ci-robot
425b4b777b Merge pull request #2333 from oilbeater/fix/disable-lua
disable lua for arch s390x and ppc64le
2018-04-12 05:46:58 -07:00
oilbeater
27c177a694 disable lua for arch s390x and ppc64le
LuaJIT is not available for s390x and ppc64le, disable the lua part in nginx.tmpl on these platform.
2018-04-12 08:30:56 +08:00
Oilbeater
1b851087cf fix nil pointer when ssl with ca.crt (#2331) 2018-04-11 09:30:16 -03:00
Manuel Alejandro de Brito Fontes
3f79f27b65 Update nginx image (#2328)
* Update nginx image

* Update minikube start script
2018-04-10 19:52:58 -03:00
Manuel Alejandro de Brito Fontes
aaa01e5761 Update nginx to 1.13.12 (#2327) 2018-04-10 19:09:41 -03:00
Manuel Alejandro de Brito Fontes
732ae126fd Fix survey link (#2321) 2018-04-09 14:33:30 -03:00
Manuel Alejandro de Brito Fontes
45f61771ee Add ingress-nginx survey (#2319) 2018-04-09 14:24:27 -03:00
Elvin Efendi
8b8ba2e42e run lua-resty-waf in different modes (#2317)
* run lua-resty-waf in different modes

* update docs
2018-04-09 09:19:13 -03:00
Elvin Efendi
e6c6952629 extra waf rules per ingress (#2315)
* extra waf rules per ingress

* document annotation nginx.ingress.kubernetes.io/lua-resty-waf-extra-rules

* regenerate internal/file/bindata.go
2018-04-09 07:14:30 -03:00
Elvin Efendi
389cc50e6b annotation to ignore given list of WAF rulesets (#2314) 2018-04-08 22:55:23 -03:00
Elvin Efendi
d7c5873232 lua-resty-waf controller (#2304) 2018-04-08 17:37:13 -03:00
Manuel Alejandro de Brito Fontes
307f478662 Configure upload limits for setup of lua load balancer (#2309) 2018-04-08 15:47:49 -03:00
Manuel Alejandro de Brito Fontes
c9d4ebb9d2 Add verification of lua load balancer to health check (#2308) 2018-04-08 15:24:37 -03:00
Manuel Alejandro de Brito Fontes
937659f031 Disable lua waf where luajit is not available (#2306) 2018-04-07 15:27:10 -03:00
Manuel Alejandro de Brito Fontes
1c3c0cd4ae Fix issues building nginx image in different platforms (#2305) 2018-04-07 10:02:16 -03:00