Giancarlo Rubio
63b5f2f1c5
add configuration to disable listening on ipv6
2017-03-08 13:29:02 +01:00
Manuel Alejandro de Brito Fontes
f1062e07bc
Merge pull request #369 from xialonglee/patch-1
...
Minor text fix for "ApiServer"
2017-03-08 07:09:32 -03:00
Nick Sardo
31eab3880b
Merge pull request #384 from timstclair/busybox
...
Rebase GLBC on alpine:3.5
2017-03-07 17:19:17 -08:00
Manuel Alejandro de Brito Fontes
d6620ead2c
Merge pull request #397 from aledbf/fix-external-auth
...
Fix external auth
2017-03-07 21:36:53 -03:00
Nick Sardo
61a03033f7
Merge pull request #386 from itamaro/patch-1
...
Fix glbc usage string
2017-03-07 15:08:17 -08:00
Manuel de Brito Fontes
9ed7bc6ad1
Remove special check in sort server by name
2017-03-07 20:07:43 -03:00
Tony Li
7000924dc5
GCE pre-shared cert fixes ( #395 )
...
* pick up changes to the external cert referenced by lb
* less prone way to check if cert should be deleted
2017-03-07 15:05:21 -08:00
Manuel de Brito Fontes
bebd596b3f
Listen customization must be done just in one place
2017-03-07 19:50:24 -03:00
Manuel de Brito Fontes
7f73916715
External auth method is optional
2017-03-07 19:45:54 -03:00
Tim St. Clair
1023056c3b
Rebase GLBC on busybox
2017-03-07 13:49:43 -08:00
Tony Li
e1d1445370
GCE/GKE "pre-shared" TLS cert ( #291 )
...
* add allow-named-tls annotation
* works for setting tls
* fix logs (mostly)
* add ssl cert annotation
* return an error when cert not found
* use annotation if specified, otherwise use spec
* add TODO on naming
* use the annotation key from k8s
* add unit test for HTTPS LB w/ cert annotation
* refactor logic and check for error
* move annotation to controller package
* remove todo for function naming
2017-03-07 13:42:41 -08:00
Manuel Alejandro de Brito Fontes
648f899751
Merge pull request #394 from craigmonson/fix-readme
...
Update README.md
2017-03-07 18:04:08 -03:00
craigmonson
6e6aae6c29
Update README.md
...
fix broken link to config maps
2017-03-07 15:09:50 -05:00
Manuel Alejandro de Brito Fontes
edb9b00261
Merge pull request #392 from aledbf/fix-http2-header-size
...
Fix http2 header size
2017-03-07 15:05:46 -03:00
Manuel de Brito Fontes
484bd43111
Fix http2 header size
2017-03-07 14:42:59 -03:00
Manuel Alejandro de Brito Fontes
eb81f46590
Merge pull request #391 from victoru/remove-tmp-nginx-diff-files
...
remove tmp nginx-diff files
2017-03-07 13:52:25 -03:00
Victor Unegbu
dfdcdfde0b
remove tmp nginx-diff files
2017-03-07 09:59:10 -06:00
Manuel Alejandro de Brito Fontes
d2e5c43eaa
Merge pull request #390 from aledbf/fix-rps-comment
...
Fix RateLimit comment
2017-03-07 12:33:14 -03:00
Manuel de Brito Fontes
91904de4a1
Fix RateLimit comment
2017-03-07 11:41:05 -03:00
Manuel Alejandro de Brito Fontes
251990dcd8
Merge pull request #382 from rikatz/ingress-fake-cert
...
Ingress Fake Certificate generation
2017-03-07 09:21:22 -03:00
Manuel Alejandro de Brito Fontes
da4203b086
Merge pull request #385 from chentao1596/copyright-add
...
add Copyright
2017-03-07 09:20:32 -03:00
Itamar Ostricher
6f3139a79e
Fix glbc usage string
...
1. Typo in `glbc` binary name
2. Typo in `running-in-cluster` flag
3. Remove non-existing flag `--default-backend-node-port`
2017-03-07 12:09:12 +02:00
chentao1596
1417a3a818
add copyright
2017-03-07 15:34:31 +08:00
Ricardo Pchevuzinske Katz
e107e2b87f
Temporary PEM Files cleanup
2017-03-06 16:33:44 -03:00
Ricardo Pchevuzinske Katz
51235a38e8
Removes wrong secret enqueing and improve the Fake Cert generation
2017-03-06 16:29:33 -03:00
Nick Sardo
a6e38221ee
Merge pull request #278 from csbell/fw-name
...
Extend ConfigMap to store fwrule names
2017-03-06 10:37:20 -08:00
Manuel Alejandro de Brito Fontes
a34b11fdae
Merge pull request #380 from aledbf/fix-log-format
...
Fix custom log format
2017-03-06 12:57:53 -03:00
Manuel de Brito Fontes
f0c758eed2
Fix custom log format
2017-03-06 12:33:51 -03:00
Ricardo Pchevuzinske Katz
6c1b45a663
Generates a Self signed certificate for default vhost if the secret doesn't exists
...
Generates a Self signed certificate for default vhost if the secret doesn't exists
modified: core/pkg/ingress/controller/backend_ssl.go
modified: core/pkg/ingress/controller/controller.go
modified: core/pkg/net/ssl/ssl.go
2017-03-06 09:21:08 -03:00
Manuel Alejandro de Brito Fontes
de8b9b8df2
Merge pull request #370 from foxylion/force-ssl-redirect-documentation
...
Add documentation for ingress.kubernetes.io/force-ssl-redirect
2017-03-05 22:11:05 -03:00
Manuel Alejandro de Brito Fontes
247d017d60
Merge pull request #375 from jcmoraisjr/jm-haproxy-auth-basic
...
HAProxy Auth Basic sample
2017-03-05 22:10:31 -03:00
Joao Morais
73c9197df6
HAProxy Auth Basic sample
2017-03-05 21:41:12 -03:00
Manuel Alejandro de Brito Fontes
84acaec58e
Merge pull request #373 from aledbf/log-format
...
Cleanup
2017-03-04 19:04:46 -03:00
Manuel de Brito Fontes
cd924f5522
Avoid duplication of ReadConfig function
2017-03-04 18:35:33 -03:00
Manuel de Brito Fontes
1473f64fb0
Remove SPDY reference
2017-03-04 18:35:33 -03:00
Manuel de Brito Fontes
3c0fb01ba2
Add warning when the ingress controller uses a custom class
2017-03-04 18:35:33 -03:00
Manuel de Brito Fontes
2399be867e
Cleanup custom log format configuration
2017-03-04 18:35:33 -03:00
Jakob Jarosch
74d57c9502
Add documentation for ingress.kubernetes.io/force-ssl-redirect
...
refs #314 #365
2017-03-03 20:29:43 +01:00
Peter Lee
0b6f4d2770
Minor text fix for "ApiServer"
...
It looks a little weird to apply camel case style for the noun "apiserver", i didn't see somewhere else spelling it in that way.
2017-03-04 00:40:07 +08:00
Manuel Alejandro de Brito Fontes
75124bc9f1
Merge pull request #356 from gianrubio/patch-1
...
Disable listen only on ipv6 and fix proxy_protocol
2017-03-03 09:50:43 -03:00
Manuel Alejandro de Brito Fontes
6cd21f7dea
Merge pull request #362 from gianrubio/fix-ingress-class
...
Fix ingress class
2017-03-03 09:49:59 -03:00
Manuel Alejandro de Brito Fontes
3b2f668f39
Merge pull request #367 from gianrubio/customize-logformat
...
BuildLogFormatUpstream was always using the default log-format
2017-03-03 09:43:48 -03:00
Manuel Alejandro de Brito Fontes
9f39abc019
Merge pull request #365 from pwillie/forcesslredirect
...
add ForceSSLRedirect ingress annotation
2017-03-03 09:05:02 -03:00
Giancarlo Rubio
1e5081baf2
BuildLogFormatUpstream function was always using the default log-format-upstream,
2017-03-03 13:03:49 +01:00
Manuel Alejandro de Brito Fontes
ecb21a63a2
Merge pull request #366 from caiyixiang/add_judgment
...
add_judgment
2017-03-03 09:02:32 -03:00
caiyixiang
482293b99d
add_judgment
2017-03-03 15:17:32 +08:00
Peter Wilson
1a72b3f775
add ForceSSLRedirect ingress annotation
2017-03-03 16:44:29 +11:00
Manuel Alejandro de Brito Fontes
0b48d3b24d
Merge pull request #354 from caiyixiang/addJudgment
...
add judgment
2017-03-03 01:03:58 -03:00
caiyixiang
248f6ade75
add judgment
2017-03-03 08:39:18 +08:00
Manuel Alejandro de Brito Fontes
1822537fc6
Merge pull request #364 from whereisaaron/patch-1
...
Fix error caused by increasing proxy_buffer_size (#363 )
2017-03-02 18:48:19 -03:00