Commit graph

3850 commits

Author SHA1 Message Date
Ricardo Pchevuzinske Katz
a342c0bce3 Adds correct support for TLS Muthual autentication and depth verification
modified:   controllers/nginx/configuration.md
	modified:   controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl
	modified:   core/pkg/ingress/annotations/authtls/main.go
	modified:   core/pkg/ingress/controller/backend_ssl.go
	modified:   core/pkg/ingress/controller/controller.go
	modified:   core/pkg/ingress/controller/util_test.go
	modified:   core/pkg/ingress/resolver/main.go
	modified:   core/pkg/ingress/types.go
	modified:   core/pkg/net/ssl/ssl.go
	modified:   examples/PREREQUISITES.md
	new file:   examples/auth/client-certs/nginx/README.md
	new file:   examples/auth/client-certs/nginx/nginx-tls-auth.yaml
2017-02-24 22:49:01 -03:00
Manuel Alejandro de Brito Fontes
f5e005f84f Merge pull request #345 from aledbf/fmt
Fix lint error
2017-02-24 22:16:13 -03:00
Manuel de Brito Fontes
a44130f7f5 Fix lint error 2017-02-24 21:54:47 -03:00
Manuel Alejandro de Brito Fontes
ff3674fcc6 Merge pull request #320 from chentao1596/fix-test-http-service
update some descriptions about of 'Test HTTP Service'
2017-02-24 20:59:56 -03:00
Manuel Alejandro de Brito Fontes
f509d5b44f Merge pull request #344 from aledbf/tcp-udp
Refactoring of TCP and UDP services
2017-02-24 20:48:13 -03:00
Manuel de Brito Fontes
84324af140 Refactoring of TCP and UDP services 2017-02-24 20:14:43 -03:00
Manuel Alejandro de Brito Fontes
33ab550290 Merge pull request #332 from aledbf/snippets
Add annotation to customize nginx configuration
2017-02-24 18:39:45 -03:00
Manuel Alejandro de Brito Fontes
8b7d9d1872 Merge pull request #343 from aledbf/node-lister
Fix node lister when --watch-namespace is used
2017-02-24 15:12:01 -03:00
Manuel de Brito Fontes
c6dd2db550 Fix node lister when --watch-namespace is used 2017-02-24 14:18:10 -03:00
Manuel Alejandro de Brito Fontes
0134715b1c Merge pull request #341 from porridge/drop-cover
Do not run coverage check in the default target.
2017-02-24 13:09:53 -03:00
Manuel Alejandro de Brito Fontes
63630d8f12 Merge pull request #340 from gianrubio/custom-proxy-cookies
Add support for specify proxy cookie path/domain
2017-02-24 13:02:40 -03:00
Marcin Owsiany
2e302de264 Do not run coverage check in the default target.
Reasons:
- this takes a lot longer than the other steps
- its results are harder to interpret at a single glance, compared to other
  steps
- it requires special privileges to succeed, and should probably not be ran
  from a random developer's checkout, since it pushes results to a shared
  service
2017-02-24 16:50:10 +01:00
Giancarlo Rubio
704a18cec9 Add support for proxy cookie path/proxy cookie domain 2017-02-24 16:06:30 +01:00
Manuel Alejandro de Brito Fontes
96b1158a5b Merge pull request #337 from porridge/fix-fmt
Fix for formatting error introduced in #304.
2017-02-24 10:04:10 -03:00
Manuel Alejandro de Brito Fontes
7cc5ef93d6 Merge pull request #336 from porridge/silence-vet
Fix for vet complaints: #335.
2017-02-24 09:17:57 -03:00
Marcin Owsiany
192c551abb Fix for formatting error introduced in #304.
Why don't we fail the travis build when go fmt is unhappy?
2017-02-24 12:05:31 +01:00
Marcin Owsiany
5159afad2a Fix for vet complaints: #335. 2017-02-24 11:56:31 +01:00
Manuel de Brito Fontes
a20c287614 Add annotation to customize nginx location configuration 2017-02-23 16:48:59 -03:00
Manuel Alejandro de Brito Fontes
85369f87cf Merge pull request #331 from jgeraerts/patch-1
Correct spelling mistake
2017-02-23 16:05:19 -03:00
Jo Geraerts
63573b3958 Correct spelling mistake 2017-02-23 16:52:10 +01:00
Manuel Alejandro de Brito Fontes
852b598c02 Merge pull request #328 from fate-grand-order/patch-1
fix misspell "affinity" in main.go
2017-02-23 11:20:16 -03:00
fate-grand-order
3d0e374f9e fix misspell "affinity" in main.go 2017-02-23 21:59:09 +08:00
Manuel Alejandro de Brito Fontes
964aa0a15a Merge pull request #295 from tangle329/master
We need check content, when cmd failed.
2017-02-23 00:28:13 -03:00
Manuel Alejandro de Brito Fontes
298925527d Merge pull request #326 from chentao1596/daemonset
add nginx daemonset example
2017-02-22 23:56:24 -03:00
Manuel Alejandro de Brito Fontes
4fcfec0c7d Merge pull request #317 from aledbf/custom-controller
Add missing method in custom-controller
2017-02-22 23:51:20 -03:00
chentao1596
e5f6a31a91 add nginx daemonst example 2017-02-23 10:17:34 +08:00
Manuel Alejandro de Brito Fontes
592814bf97 Merge pull request #303 from aledbf/release-beta-2
Release 0.9.0-beta.2
2017-02-22 15:02:15 -03:00
Manuel de Brito Fontes
7013a52ee5 Return sorted endpoints 2017-02-22 14:41:44 -03:00
Manuel de Brito Fontes
036892fb96 Release 0.9.0-beta.2 2017-02-22 14:41:43 -03:00
chentao1596
7d57a0dee2 update the description of 'Test HTTP Service' 2017-02-22 10:38:22 +08:00
Manuel de Brito Fontes
38cc353f4e Add missing method in custom-controller 2017-02-21 15:27:17 -03:00
Manuel Alejandro de Brito Fontes
5ab0f284b0 Merge pull request #306 from caiyixiang/modifyNGINXreadme
modify nginx readme
2017-02-20 08:01:31 -03:00
Manuel Alejandro de Brito Fontes
463ff2b453 Merge pull request #304 from caiyixiang/changeSStoSSL
change 'buildSSPassthrouthUpstreams' to 'buildSSLPassthroughUpstreams'
2017-02-20 08:00:15 -03:00
Manuel Alejandro de Brito Fontes
7394395715 Merge pull request #307 from chentao1596/max_body_size
Add docs for body-size annotation
2017-02-20 07:58:37 -03:00
chentao1596
a74fe3426a Add docs for body-size annotation 2017-02-20 18:01:57 +08:00
caiyixiang
488d89db18 modify nginx readme 2017-02-20 15:58:16 +08:00
Tang Le
c0f0cb2ff7 Check content when cmd failed
Signed-off-by: Tang Le <at28997146@163.com>
2017-02-20 10:34:05 +08:00
caiyixiang
e68abf067b change 'buildSSPassthrouthUpstreams' to 'buildSSLPassthroughUpstreams' 2017-02-20 10:30:37 +08:00
Manuel Alejandro de Brito Fontes
05235588ff Merge pull request #281 from andrewstuart/master
Add chmod up directory tree for world read/execute on directories
2017-02-18 09:33:08 -03:00
Manuel Alejandro de Brito Fontes
a9d68545ef Merge pull request #286 from aledbf/cleanup
Add logs to help debugging and simplify default upstream configuration
2017-02-18 09:32:27 -03:00
Prashanth B
df64675392 Merge pull request #302 from bprashanth/gce_health_checks
Add a GCE health checks example
2017-02-18 05:51:48 +05:30
bprashanth
801d256e1e Add a GCE health checks example 2017-02-17 15:28:00 -08:00
Prashanth B
cb60085b17 Merge pull request #299 from bprashanth/owners
Add more assignees and approvers
2017-02-18 04:17:39 +05:30
Prashanth B
b8462f3813 Merge pull request #298 from bprashanth/gce_faq_2
Add more GCE FAQ
2017-02-18 04:17:12 +05:30
Manuel Alejandro de Brito Fontes
3c93a6544b Merge pull request #300 from aledbf/request_uri
Change nginx variable to use in filter of access_log
2017-02-17 19:46:22 -03:00
Manuel de Brito Fontes
8fd12b26ba Change nginx variable to use in filter of access_log 2017-02-17 18:21:46 -03:00
bprashanth
7e02e9adaa Add more assignees and approvers 2017-02-17 10:47:56 -08:00
Manuel Alejandro de Brito Fontes
e603066d92 Merge pull request #290 from aledbf/update-nginx
Update nginx version in ingress controller to 1.11.10
2017-02-17 15:46:52 -03:00
Manuel Alejandro de Brito Fontes
f0c7560a11 Merge pull request #297 from bprashanth/ubuntu_makefile
Add PUSH_TOOL to ubuntu Makefile
2017-02-17 15:46:14 -03:00
bprashanth
cd355dc3e0 Add more GCE FAQ 2017-02-17 10:42:00 -08:00