Commit graph

5003 commits

Author SHA1 Message Date
Manuel Alejandro de Brito Fontes
d188991022 Update default VariablesHashBucketSize value to 256 (#5150) 2020-02-21 16:01:33 -03:00
Manuel Alejandro de Brito Fontes
099c93d587 Use helm template instead of update to install dev cluster (#5149) 2020-02-21 15:15:15 -03:00
Kubernetes Prow Robot
4c51ab67b7 Merge pull request #5080 from aca/master
Add label selector for plugin
2020-02-21 08:08:33 -08:00
Kubernetes Prow Robot
e6a4322e06 Merge pull request #5145 from szombi/e2e-hsts-fix
Refactor the HSTS related test file and add config check to the HSTS tests
2020-02-21 07:08:35 -08:00
Kubernetes Prow Robot
3a0c97a63b Merge pull request #4963 from HowJMay/fix_typo
fix: Fix typo
2020-02-21 05:58:32 -08:00
Sandor Szombat
904ab6adb6 Rework the hsts related test file 2020-02-21 14:25:18 +01:00
Manuel Alejandro de Brito Fontes
e6a2546c7d Allow service type ExternalName with different port and targetPort (#5141) 2020-02-20 23:06:05 -03:00
Lisheng Zheng
999a7e132e Feat: canary supports using specific match strategy to match header value. 2020-02-21 10:02:20 +08:00
Kubernetes Prow Robot
da7ff6c646 Merge pull request #5125 from SzekeresB/dev/limit-connection-tc
Added tc for limit-connection annotation
2020-02-20 15:07:57 -08:00
Kubernetes Prow Robot
2d032850e2 Merge pull request #5140 from SzekeresB/dev/ssl-ciphers-tc
Added configmap test for ssl-ciphers.
2020-02-20 14:41:57 -08:00
Balazs Szekeres
c4158b18f0 Added configmap test ssl-ciphers. 2020-02-20 20:43:43 +01:00
Kubernetes Prow Robot
71f4c692e0 Merge pull request #5139 from Stono/master
Fixes https://github.com/kubernetes/ingress-nginx/issues/5120
2020-02-20 07:23:02 -08:00
Balazs Szekeres
7d31be4248 Added tc for limit-connection annotation 2020-02-20 16:22:06 +01:00
Kubernetes Prow Robot
6f071b2170 Merge pull request #5109 from SzekeresB/dev/limit-rate-tc
Added basic limit-rate configmap test.
2020-02-20 06:55:04 -08:00
Kubernetes Prow Robot
4e8cbe3d0f Merge pull request #5103 from SzekeresB/dev/no-tls-redirect-location
Added configmap test for no-tls-redirect-locations
2020-02-20 06:23:02 -08:00
Karl Stoney
e48cdd5e5e Ensured that opentracing on auth request is only enabled for people that have opentracing 2020-02-20 14:12:54 +00:00
Karl Stoney
c6f61347e5 Fixes https://github.com/kubernetes/ingress-nginx/issues/5120 2020-02-20 14:03:09 +00:00
Balazs Szekeres
0fdc334395 Added configmap test for no-tls-redirect-locations 2020-02-20 14:54:41 +01:00
Kubernetes Prow Robot
64e1a3c3c7 Merge pull request #5135 from James-TR/James-TR-patch-1
Correct spelling of the word "Original" in annotations documentation
2020-02-20 05:49:02 -08:00
Balazs Szekeres
41d512bbd9 Added basic limit-rate configmap test. 2020-02-20 14:22:26 +01:00
Kubernetes Prow Robot
427389a483 Merge pull request #5136 from szombi/e2e-upstream-keep-alive
Add upstream keep alive tests
2020-02-20 03:59:04 -08:00
Sandor Szombat
934b011244 Add upstream keep alive tests 2020-02-20 09:59:36 +01:00
James Taylor
fa1a469819 Use correct spelling of "Original"
Fix the spelling of "original" in the annotations documentation
2020-02-20 16:45:26 +11:00
Manuel Alejandro de Brito Fontes
94cde8d6d2 Lint go code (#5132) 2020-02-19 21:43:14 -03:00
Manuel Alejandro de Brito Fontes
77bcc1012a Update list of e2e tests 2020-02-19 21:24:08 -03:00
Kubernetes Prow Robot
bfd1f048d4 Merge pull request #5117 from szombi/e2e-hash-size
Hash size e2e check test case
2020-02-19 15:44:30 -08:00
Manuel Alejandro de Brito Fontes
b83b5be150 Adjust number of parallel tests 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
66baa4750d Adjust ingress-nginx probes 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
7584d262ce Update go dependencies 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
aa57decd1c Refactor e2e tests to use testify y httpexpect 2020-02-19 19:42:50 -03:00
Manuel Alejandro de Brito Fontes
7fff39fc95 Replace gomega with testify 2020-02-19 19:42:50 -03:00
Kubernetes Prow Robot
334224fd67 Merge pull request #5122 from ElvinEfendi/lua-ssl-refactoring
refactor ssl handling in preparation of OCSP stapling
2020-02-19 14:39:46 -08:00
Kubernetes Prow Robot
aa58d0018a Merge pull request #5124 from ElvinEfendi/dev-env-improvements
make dev-env improvements
2020-02-19 14:13:46 -08:00
Naseem
c4dafa508d Add request handling performance dashboard
This second dashboard helps end users drill down on a particular service and get more golden signals type metrics such as error rate by path and median upstream response time by path.

Signed-off-by: Naseem <naseem@transit.app>
2020-02-19 16:56:25 -05:00
Manuel Alejandro de Brito Fontes
eb1c407e9c Update changelog (#5127) 2020-02-19 16:01:44 -03:00
Elvin Efendi
a7503a160e also expose pem cert uid in certificate.call function 2020-02-19 13:41:50 -05:00
Elvin Efendi
2af0017bc9 refactor ssl handling in preperation of OCSP stapling 2020-02-19 13:14:35 -05:00
Elvin Efendi
8d40e7110f make dev-env improvements 2020-02-19 12:12:19 -05:00
Manuel Alejandro de Brito Fontes
7a53f43d61 Ensure helm repository and charts are available (#5123) 2020-02-19 14:10:28 -03:00
Kubernetes Prow Robot
3a4c0cb6d3 Merge pull request #5111 from cep21/patch-1
ingress-path-matching: doc typo
2020-02-19 02:24:26 -08:00
Sandor Szombat
1d85ce345a Add hash size check tc 2020-02-19 09:27:53 +01:00
Jack Lindamood
a224ed626a ingress-path-matching: doc typo
A small typo in the README describing the path matching.
2020-02-18 10:19:53 -08:00
Kubernetes Prow Robot
5c4f1111c9 Merge pull request #5105 from szombi/e2e-port-reuse
Reuse-port check e2e tc (config check only)
2020-02-18 03:09:29 -08:00
Sandor Szombat
2ebf84eafd Add reuse-port config check tc 2020-02-18 10:09:34 +01:00
Kubernetes Prow Robot
36890174f2 Merge pull request #5101 from szombi/e2e-keep-alive
Add keep-alive config check test
2020-02-17 11:27:29 -08:00
Kubernetes Prow Robot
9858dd8e50 Merge pull request #5097 from szombi/e2e-log-format
New e2e test: log-format-escape-json and log-format-upstream
2020-02-17 08:17:31 -08:00
Sandor Szombat
ed15e2ac8e Add keep-alive config check test 2020-02-17 15:04:43 +01:00
Sandor Szombat
0e294cf76d Add log-format related tests 2020-02-17 14:52:35 +01:00
Manuel Alejandro de Brito Fontes
7d3d9c0105 Ensure make dev-env support rolling updates (#5100) 2020-02-17 09:47:45 -03:00
Kubernetes Prow Robot
053b57dab1 Merge pull request #5091 from BrianKopp/protect-against-no-user-agent
Add case for when user agent is nil
2020-02-17 03:03:28 -08:00