Commit graph

1918 commits

Author SHA1 Message Date
Nikhita Raghunath
fda0568b25 Fix link after design proposals move 2017-09-26 00:19:06 +05:30
Manuel Alejandro de Brito Fontes
e43641f7c0 Merge pull request #1413 from aledbf/resolve-external-names
Validate external names
2017-09-24 14:54:24 -07:00
Manuel de Brito Fontes
f8b213cbea Validate external names 2017-09-24 17:36:59 -03:00
Manuel Alejandro de Brito Fontes
27d4e8b3d5 Merge pull request #1403 from wombat/master
Added tls ports to rbac nginx ingress controller and service
2017-09-24 12:31:14 -07:00
Manuel Alejandro de Brito Fontes
76fbbcafd4 Merge pull request #1404 from bobveznat/patch-1
Use nginx default value for SSLECDHCurve
2017-09-24 12:31:01 -07:00
Manuel Alejandro de Brito Fontes
5a24f4d3bd Merge pull request #1402 from auhlig/nilpointerfix
fix error when cert or key is nil
2017-09-24 12:30:12 -07:00
Manuel Alejandro de Brito Fontes
b01d2de585 Merge pull request #1400 from maxlaverse/fix_configmap_link
Fix ConfigMap link in doc
2017-09-24 12:29:34 -07:00
Manuel Alejandro de Brito Fontes
189e273bc3 Merge pull request #1411 from diazjf/fix-cert-logs
Add more descriptive logging in certificate loading
2017-09-24 12:27:52 -07:00
Manuel Alejandro de Brito Fontes
442a7aa9b3 Merge pull request #1412 from diazjf/empty-strings
Correct Error Handling to avoid panics and add more logging to template
2017-09-24 12:27:21 -07:00
Fernando Diaz
0c178252b2 Correct Error Handling to avoid panics and add more logging to template
When a type error is found we return an empty object of the expected
type(Example: return "" for string return type). Also makes adds logging
to all errors caused by type and corrects all related logging for consistency.
2017-09-22 18:12:08 -05:00
Fernando Diaz
073241e341 Add more descriptive logging in certificate loading
Currently a log "secret %v has no private key" is provided for
cert and "secret %v has no cert" is provided for key. They are in
the wrong place. This PR corrects the ordering and adds a
description as to what is actually missing.
2017-09-22 15:21:16 -05:00
Bob Van Zant
045cceacac Use nginx default value for SSLECDHCurve
This configuration setting permits nginx to auto discover supported curves based on what openssl was compiled with. With the old default of secp384r1 if you attempted to use a key from a different curve, for example prime256v1, the SSL handshake would fail in an awful way without any helpful errors logged anywhere.

The default setting in nginx has been "auto" since 1.11.0
2017-09-21 11:56:52 -07:00
Daniel Sachse
4ae356d93f Added tls ports to rbac nginx ingress controller and service
The rbac nginx ingress controller and service were missing tls/https
ports and nodePorts
2017-09-21 19:53:43 +02:00
Arno Uhlig
003667ff2e fix error when cert or key is nil 2017-09-21 17:50:20 +02:00
Max Laverse
7a1f604120 Fix ConfigMap link in doc 2017-09-21 10:22:46 +02:00
decker
15c6a1175a fix test 2017-09-21 14:50:11 +08:00
decker
407d8535da Surpport snippet for server section by the annotation of the ingess 2017-09-20 17:35:16 +08:00
Manuel Alejandro de Brito Fontes
37bd14dcd2 Merge pull request #1393 from aledbf/fix-sync
Limit the number of goroutines used for the update of  ingress status
2017-09-19 20:42:10 -07:00
Manuel de Brito Fontes
3afddc4ece Limit the number of goroutines used for the update of ingress status 2017-09-20 00:40:39 -03:00
Manuel Alejandro de Brito Fontes
defc425cd2 Merge pull request #1391 from thedch/patch-1
Add missing whitespace line between items
2017-09-19 20:33:36 -07:00
Manuel Alejandro de Brito Fontes
f553e49988 Merge pull request #1394 from aledbf/improve-equals
Improve equals
2017-09-19 18:49:33 -07:00
Manuel de Brito Fontes
34e052b5cc Improve equals 2017-09-19 22:24:27 -03:00
Manuel Alejandro de Brito Fontes
f0d926a4d0 Merge pull request #1392 from aledbf/fix-sync
Avoid issues with goroutines updating fields
2017-09-19 14:14:40 -07:00
Daniel Hunter
0d46fa4d03 Add missing whitespace line between items
Add a whitespace line for improved readability.
2017-09-19 13:25:07 -07:00
Manuel de Brito Fontes
04005a2e0f Avoid issues with goroutines updating fields 2017-09-19 17:09:33 -03:00
Manuel Alejandro de Brito Fontes
8584b25432 Merge pull request #1387 from aledbf/profile
Improve resource usage in nginx controller
2017-09-19 10:34:07 -07:00
Manuel de Brito Fontes
cd288b9993 Improve resource usage in nginx controller 2017-09-19 14:05:18 -03:00
Manuel de Brito Fontes
d38106f9c3 Add support for opentracing 2017-09-17 21:19:34 -03:00
Manuel de Brito Fontes
319a60a313 Release nginx-slim 0.25 2017-09-17 20:38:39 -03:00
Manuel de Brito Fontes
df57b8bab6 1 2017-09-17 17:01:28 -03:00
Manuel de Brito Fontes
669428e2a8 Merge remote-tracking branch 'master/master' into refactor-template-headers 2017-09-17 16:48:31 -03:00
Manuel Alejandro de Brito Fontes
1a68536e29 Merge pull request #1382 from aledbf/cleanup
Cleanup
2017-09-17 12:46:40 -07:00
Manuel de Brito Fontes
f38f49e770 Refactor X-Forwarded-* headers 2017-09-17 16:17:12 -03:00
Manuel de Brito Fontes
0661eaa08c Cleanup 2017-09-17 16:12:58 -03:00
Manuel Alejandro de Brito Fontes
f478084cd8 Merge pull request #1380 from aledbf/cleanup
Cleanup
2017-09-17 10:04:18 -07:00
Manuel de Brito Fontes
7fda959a45 Cleanup 2017-09-17 13:34:29 -03:00
Manuel Alejandro de Brito Fontes
456793fcfe Merge pull request #1379 from aledbf/catch-all
Fix catch all  upstream server
2017-09-17 08:29:42 -07:00
Manuel de Brito Fontes
b28d990196 Fix catch all server upstream server 2017-09-17 11:55:14 -03:00
Nick Sardo
2c3b29c0b7 Merge pull request #1376 from Noah-Huppert/patch-1
default backend service quota now 5
2017-09-15 12:22:35 -07:00
Noah Huppert
f04ac5e29c default backend service quota now 5 2017-09-15 15:08:30 -04:00
Manuel Alejandro de Brito Fontes
4d6b10a741 Merge pull request #1362 from gianrubio/customize-vts-filter-key
Customize VTS/Prometheus metrics
2017-09-15 04:19:06 -07:00
Giancarlo Rubio
e37ea14e7e Set default value for vtsDefaultFilterKey 2017-09-15 10:15:21 +02:00
Manuel Alejandro de Brito Fontes
9126ec4813 Merge pull request #1365 from Dirbaio/master
Fix equals comparsion returing False if both objects have nil Targets or Services.
2017-09-14 16:05:46 -07:00
Manuel Alejandro de Brito Fontes
ea6d57531e Merge pull request #1367 from SaaldjorMike/fix_typos
Fix typos
2017-09-14 16:05:15 -07:00
Mike Rostermund
4ea94ebf67 Fix typos 2017-09-14 21:35:52 +02:00
Dario Nieuwenhuis
94b28a95d9 Fix equals comparsion returing False if both objects have nil Targets or Services. 2017-09-14 18:53:06 +02:00
Manuel Alejandro de Brito Fontes
62aa9a43d5 Merge pull request #1363 from aledbf/fix-load-error
Fix proxy request buffering default configuration
2017-09-14 08:09:12 -07:00
Manuel de Brito Fontes
74c09caa0c Fix proxy request buffering default configuration 2017-09-14 11:42:22 -03:00
Giancarlo Rubio
72b0259151 support apdex metrics 2017-09-14 14:27:03 +02:00
Tony Li
62a480f007
consolidate disabling information in beta limitations 2017-09-13 21:38:20 -04:00