liuwei
6e959c184a
add cookie expires document and fix a flaw for session-cookie-expires
2019-01-11 15:35:39 +08:00
Kubernetes Prow Robot
81667eb4be
Merge pull request #3637 from aledbf/fix-redirect
...
Add support for redirect https to https (from-to-www-redirect)
2019-01-10 19:58:35 -08:00
Manuel Alejandro de Brito Fontes
8ce624c8b0
Add note about SSL Certificate common names
2019-01-10 20:59:50 -03:00
Manuel Alejandro de Brito Fontes
5cc67d28a1
Refactor e2e tls helper
2019-01-10 20:59:49 -03:00
Manuel Alejandro de Brito Fontes
ca3f2561a7
Add support for redirect https to https when from-to-www-redirect is defined
2019-01-10 20:59:49 -03:00
Kubernetes Prow Robot
44a331eb5e
Merge pull request #3649 from aledbf/fix-auth
...
Empty access_by_lua_block breaks satisfy any
2019-01-10 09:15:21 -08:00
Manuel Alejandro de Brito Fontes
7e62872367
Empty access_by_lua_block breaks satisfy any
2019-01-10 10:27:23 -03:00
Kubernetes Prow Robot
d39f031849
Merge pull request #3644 from aledbf/update-ngx
...
Update nginx image
2019-01-09 18:11:58 -08:00
Kubernetes Prow Robot
2a25fd2d41
Merge pull request #3643 from aledbf/update-nginx
...
Update nginx
2019-01-09 18:10:19 -08:00
Manuel Alejandro de Brito Fontes
6dc5f74b10
Update nginx image
2019-01-09 21:13:32 -03:00
Manuel Alejandro de Brito Fontes
cb1f89e95e
Update nginx image
2019-01-09 21:07:44 -03:00
Kubernetes Prow Robot
c6dd25eb9a
Merge pull request #3641 from Aracki/deploy-upgrade-apiVersion
...
Replace deprecated apiVersion in deploy folder
2019-01-09 15:28:42 -08:00
Kubernetes Prow Robot
de94e41d93
Merge pull request #3640 from shaikatz/limit-con-status-code
...
add limit connection status code
2019-01-09 14:11:27 -08:00
Aracki
491883a97d
Replace deprecated apiVersion in deploy/
2019-01-09 22:40:24 +01:00
Shai Katz
ba86453596
add limit connection status code
...
add default conn status code
add missing colon
add limit connection status code
2019-01-09 19:31:10 +02:00
Kubernetes Prow Robot
dcf66e124b
Merge pull request #3634 from Shopify/hyphen-in-canary-by-cookie
...
canary by cookie should support hypen in cookie name
2019-01-08 11:00:49 -08:00
Kubernetes Prow Robot
0ca6d069c1
Merge pull request #3635 from Shopify/alternative-backend-merge
...
Fix duplicate alternative backend merging
2019-01-08 10:30:58 -08:00
Elvin Efendi
de5df0bfa2
canary by cookie should support hypen in cookie name
2019-01-08 13:15:02 -05:00
Maxime Ginters
3a670699d9
Fix duplicate alternative backend merging
2019-01-08 11:52:08 -05:00
Kubernetes Prow Robot
3ea0be06f7
Merge pull request #3633 from Shopify/ingress-update-handler
...
Fix a bug in Ingress update handler
2019-01-08 07:55:24 -08:00
Maxime Ginters
190da2198f
Fix a bug in Ingress update handler
2019-01-08 09:28:42 -05:00
Kubernetes Prow Robot
a2b987a970
Merge pull request #3632 from PowerDos/master
...
Fixed: error parsing with-rbac.yaml: error converting YAML to JSON
2019-01-07 11:52:12 -08:00
Gavin
7ff5852bc8
Fixed: error parsing with-rbac.yaml: error converting YAML to JSON: yaml: line 36: did not find expected key
2019-01-08 00:22:42 +08:00
Kubernetes Prow Robot
99f96463d9
Merge pull request #3586 from Shopify/disable-catch-all
...
Add --disable-catch-all option to disable catch-all server
2019-01-07 07:16:26 -08:00
Kubernetes Prow Robot
8a113818d0
Merge pull request #3507 from aledbf/remove-temporal
...
Remove temporal configuration file after a while
2019-01-04 11:56:29 -08:00
Manuel Alejandro de Brito Fontes
794303b9c3
Remove temporal configuration file after a while
2019-01-04 16:11:38 -03:00
Kubernetes Prow Robot
fdb7a044d5
Merge pull request #3620 from walkafwalka/server-alias-metrics
...
Added server alias to metrics
2019-01-04 11:10:39 -08:00
Manuel Alejandro de Brito Fontes
406dbe87e4
Update nginx image ( #3625 )
2019-01-04 15:59:58 -03:00
Kubernetes Prow Robot
853ac19ced
Merge pull request #3396 from flugel-it/master
...
New balancer implementation: consistent hash subset
2019-01-04 10:31:03 -08:00
Kubernetes Prow Robot
e457fe702b
Merge pull request #3624 from aledbf/update-nginx
...
Update nginx to fix geoip database deprecation
2019-01-04 10:18:27 -08:00
Kubernetes Prow Robot
2776193ddf
Merge pull request #3627 from chainhelen/master
...
Typo: docs/examples/rewrite/README.md
2019-01-04 06:39:41 -08:00
chainhelen
e46a905107
Typo: docs/examples/rewrite/README.md
2019-01-04 21:48:46 +08:00
Manuel Alejandro de Brito Fontes
23706ba757
Update nginx to fix geoip database deprecation
2019-01-04 01:08:45 -03:00
Aaron Walker
96f6c58535
Fixed possibility of duplicate server.Alias
2019-01-03 12:09:31 -08:00
Kubernetes Prow Robot
f66b554040
Merge pull request #3592 from davideicardi/patch-1
...
Add inside the User Guide documentation section a basic usage section and example
2019-01-03 11:43:17 -08:00
Davide Icardi
cb3b8d3dd4
Add basic usage documentation
2019-01-03 19:58:27 +01:00
Kubernetes Prow Robot
2b28c44fb2
Merge pull request #3615 from kppullin/fix-l4-external-names
...
Pass k8s `Service` data through to the TCP balancer script.
2019-01-03 06:53:56 -08:00
Diego Woitasen
7bba363ce6
Consistent hashing to a subset of nodes. It works like consistent hash,
...
but instead of mapping to a single node, we map to a subset of nodes.
2019-01-03 01:32:52 -03:00
Kubernetes Prow Robot
a4c845379d
Merge pull request #3342 from aledbf/allowPrivilegeEscalation
...
Allow privilege escalation
2019-01-02 17:49:39 -08:00
Kubernetes Prow Robot
6d043f36dc
Merge pull request #3174 from Shopify/rewrite-regex
...
Generalize Rewrite Block Creation and Deprecate AddBaseUrl (not backwards compatible)
2019-01-02 12:30:18 -08:00
Aaron Walker
840b21080d
Added server alias to metrics
2019-01-02 12:23:59 -08:00
Kubernetes Prow Robot
1792114567
Merge pull request #3596 from aledbf/fix-proxy-host
...
Fix proxy_host variable configuration
2019-01-02 11:59:33 -08:00
Manuel Alejandro de Brito Fontes
553d08b190
Add support to run e2e tests serially
2019-01-02 15:47:26 -03:00
Manuel Alejandro de Brito Fontes
bab8123c1d
Fix proxy_host variable configuration
2019-01-02 15:31:27 -03:00
Kevin Pullin
9de4b4e2a2
L4 config - Only send Service.Spec
instead of entire Service
.
2019-01-02 09:32:57 -08:00
Kubernetes Prow Robot
3d902ee108
Merge pull request #3602 from aledbf/update-image
...
Update nginx image
2019-01-02 07:53:06 -08:00
Kubernetes Prow Robot
66d11126a0
Merge pull request #3582 from aledbf/sort-by-creation
...
Sort ingresses by creation timestamp
2019-01-02 07:42:05 -08:00
Kevin Pullin
74eb1b27ea
Pass k8s Service
data through to the TCP balancer script.
...
Fixes broken L4 ExternalName services.
Details
---------
The `tcp_udp_balancer.lua` script checks if the property
`backend.service.spec["type"]` equals "ExternalName". If so,
the script does a DNS lookup on the name in order to configure
the backend configuration.
However, before this commit, the k8s `Service` data was
_not_ set on the `Backend` struct passed into the `tcp_udp_balancer.lua`
script and therefore the ExternalName check always returned false.
This commit fixes the issue by setting the `Service` field on
the `Backend` struct. This also requires adding a new field to the
`L4Backend` struct first, so that it's available to set on the `Backend`.
2019-01-01 20:50:41 -08:00
Kubernetes Prow Robot
0f5f734c03
Merge pull request #3604 from ramnes/max-worker-open-files
...
Add an option to automatically set worker_connections based on worker_rlimit_nofile
2018-12-31 04:22:30 -08:00
Kubernetes Prow Robot
4cdf8d6a4c
Merge pull request #3605 from ramnes/fix-cla-urls
...
Fix CLA URLs
2018-12-28 04:48:05 -08:00