Commit graph

913 commits

Author SHA1 Message Date
Lee Calcote
c10c0fb196 Update README.md
Missing 'e' in achieve
2017-03-13 22:10:29 -05:00
Manuel Alejandro de Brito Fontes
7c17dc31e7 Merge pull request #433 from ibawt/fix-scoping
close over the ingress variable or the last assignment will be used
2017-03-13 22:16:33 -03:00
Ian Quick
0fa2a32b6f pass the ingress in or the 2nd invocation will be used 2017-03-13 18:39:35 -04:00
Manuel Alejandro de Brito Fontes
448a42a67a Merge pull request #424 from aledbf/ca-auth
Manually sync secrets from certificate authentication annotations
2017-03-13 19:17:00 -03:00
rsafronov
5ee1eed434 Added: example of external service response headers propagation (requested by @aledbf) 2017-03-13 16:45:27 -04:00
rsafronov
7034e1de69 Merge remote-tracking branch 'upstream/master' into nginx/extauth_headers
# Conflicts:
#	core/pkg/ingress/annotations/authreq/main.go
2017-03-13 15:04:37 -04:00
ohmystack
bbeb9a766c Fix add-base-url
The "base" tag is used for completing a relative link in current page
by browser, so it should stay the same with the base url of current
page.
2017-03-14 01:04:35 +08:00
Ricardo Pchevuzinske Katz
0e5d3ca9e9 Adds support for root redirection, and improves rewrite documentation 2017-03-13 12:03:47 -03:00
Ricardo Katz
c41e6bd82f Merge 04af55af3c into 0cb8f59f70 2017-03-12 22:09:42 +00:00
Ricardo Pchevuzinske Katz
04af55af3c Adds support for root context redirection 2017-03-12 19:06:10 -03:00
Manuel Alejandro de Brito Fontes
0cb8f59f70 Merge pull request #423 from aledbf/ngx-vts-prometheus
Scrap json metrics from nginx vts module when enabled
2017-03-12 18:53:23 -03:00
Manuel de Brito Fontes
e702c55820 Fix build 2017-03-12 18:11:03 -03:00
Manuel de Brito Fontes
7ba389c1d0 Cleanup collection of prometheus metrics 2017-03-10 16:47:08 -03:00
Manuel de Brito Fontes
1cc0a95966 Manually sync secrets from certificate authentication annotations 2017-03-10 12:34:13 -03:00
Giancarlo Rubio
1d38e3a384 Scrap json metrics from nginx vts
upgrade vts to the latest version
2017-03-10 09:25:56 -03:00
Manuel Alejandro de Brito Fontes
dd7f8b4a97 Merge pull request #408 from gianrubio/fix-links
Review docs
2017-03-10 07:26:24 -03:00
Manuel Alejandro de Brito Fontes
ea7a936b12 Merge pull request #418 from aledbf/fix-status-update
Only update Ingress status for the configured class
2017-03-10 07:25:55 -03:00
Manuel de Brito Fontes
ad24784700 Only update Ingress status for the configured class 2017-03-09 22:04:03 -03:00
Nick Sardo
db96c9d574 Merge pull request #406 from tonglil/static-ip-debug
Add debug info and fix spelling
2017-03-09 09:41:48 -08:00
Nick Sardo
0a21901687 Merge pull request #401 from chentao1596/gc-healthcheckers-unittest
add unit test cases for controllers/gce/healthchecks
2017-03-09 09:39:55 -08:00
Manuel Alejandro de Brito Fontes
858e3ff235 Merge pull request #415 from aledbf/fix
Improve external authentication docs
2017-03-09 12:16:44 -03:00
Manuel de Brito Fontes
862f4bba35 Improve external authentication docs 2017-03-09 12:15:44 -03:00
Manuel Alejandro de Brito Fontes
e4bdad35f7 Merge pull request #414 from aledbf/images
Fix example images
2017-03-09 12:06:52 -03:00
Manuel de Brito Fontes
7282337503 Fix images 2017-03-09 12:06:08 -03:00
Manuel Alejandro de Brito Fontes
d9f9af7870 Merge pull request #413 from aledbf/images
Improve external authentication docs
2017-03-09 12:00:09 -03:00
Manuel de Brito Fontes
0410b20b4c Improve external authentication docs 2017-03-09 11:59:15 -03:00
Manuel Alejandro de Brito Fontes
a5f8af70bf Merge pull request #410 from aledbf/colemickens-signin-url
Add support for "signin url"
2017-03-09 11:21:42 -03:00
chentao1596
468815e986 add unit test cases for controllers/gce/healthchecks 2017-03-09 10:16:41 +08:00
Manuel de Brito Fontes
681af2d8d6 Add example using github oauth application 2017-03-08 21:00:17 -03:00
Manuel Alejandro de Brito Fontes
1b1e96019a Merge pull request #409 from aledbf/http2-headers
Allow custom http2 header sizes
2017-03-08 20:25:25 -03:00
Cole Mickens
09e6aabce4 Add auth-signin annotation 2017-03-08 20:24:01 -03:00
Manuel de Brito Fontes
c173985af0 Allow custom http2 header sizes 2017-03-08 20:00:16 -03:00
Giancarlo Rubio
a2edde35fc fix some broken links
upgrade all nginx examples to latest version
moved some examples from contrib to this repo
2017-03-08 22:22:31 +01:00
Tony Li
62fcc400b8 add debug info and fix spelling 2017-03-08 12:55:33 -05:00
Manuel Alejandro de Brito Fontes
4c0a616f5c Merge pull request #402 from glerchundi/master
allow specifying custom dh param
2017-03-08 12:13:22 -03:00
Gorka Lerchundi Osa
e1c1dfadc7 allow specifying custom dh param
fixes #162
2017-03-08 15:32:32 +01:00
Manuel Alejandro de Brito Fontes
fedf342e91 Merge pull request #371 from gianrubio/disable-ipv6
add configuration to disable listening on ipv6
2017-03-08 09:56:33 -03:00
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