Commit graph

1635 commits

Author SHA1 Message Date
Max Laverse
dd00b6d7b3 Add support for access-log-path and error-log-path 2017-08-25 14:03:09 +02:00
Manuel Alejandro de Brito Fontes
e7d2ff6fac Merge pull request #1239 from aledbf/pc
Add flags to customize listen ports and detect port collisions
2017-08-24 10:23:59 -04:00
Manuel de Brito Fontes
0459674931 Add flags to customize listen ports and detect port collisions 2017-08-24 10:56:08 -03:00
Manuel Alejandro de Brito Fontes
b731e94122 Merge pull request #1238 from danielfm/client-header-body-timeout
Add support for 'client_body_timeout' and 'client_header_timeout'
2017-08-24 09:52:32 -04:00
Daniel Fernandes Martins
d57bc292c3 Add support for 'client_body_timeout' and 'client_header_timeout' 2017-08-24 09:33:35 -03:00
Manuel Alejandro de Brito Fontes
02e20eb81a Merge pull request #1236 from diazjf/client-buffer-body-validation
Add Validation for Client Body Buffer Size
2017-08-24 06:37:54 -04:00
Fernando Diaz
86357332e3 Add Validation for Client Body Buffer Size
Adds validation so that if a bad value is input into the client
body buffer size annotation then client_body_buffer_size is not set.
That way a log error is thrown and it fails gracefully rather than
killing the ingress controller.
2017-08-23 20:04:51 -05:00
Manuel Alejandro de Brito Fontes
338df027e8 Merge pull request #1235 from aledbf/fix-equals
Fix Equal comparison
2017-08-23 17:00:03 -04:00
Manuel de Brito Fontes
210ddb797a Fix Equal comparison 2017-08-23 17:52:17 -03:00
Manuel Alejandro de Brito Fontes
e4b5250f46 Merge pull request #1234 from aledbf/lint
Lint code
2017-08-23 15:08:34 -04:00
Manuel de Brito Fontes
b7b41248cb Lint code 2017-08-23 15:40:57 -03:00
Manuel Alejandro de Brito Fontes
875fd778e1 Merge pull request #1233 from aledbf/fix-client-bs
Fix ClientBodyBufferSize annotation
2017-08-23 14:30:39 -04:00
Manuel de Brito Fontes
99193fc2ed Fix ClientBodyBufferSize annotation 2017-08-23 15:06:07 -03:00
Manuel Alejandro de Brito Fontes
0c6f15e372 Merge pull request #1230 from danielqsj/update-godep-doc
Update godep guide link
2017-08-23 13:02:51 -04:00
Manuel Alejandro de Brito Fontes
83fc69284f Merge pull request #1228 from danielqsj/update-release
Update release doc in getting-started.md
2017-08-23 13:02:27 -04:00
Manuel Alejandro de Brito Fontes
4e979ac907 Merge pull request #1227 from danielqsj/update-annotation-doc
Update annotations doc with base-url-scheme
2017-08-23 13:02:03 -04:00
Manuel Alejandro de Brito Fontes
f593cb8e2f Merge pull request #1226 from danielqsj/useless-variable
Remove useless variable in nginx.tmpl
2017-08-23 13:01:34 -04:00
Manuel Alejandro de Brito Fontes
cfcd084fe9 Merge pull request #1221 from aledbf/fix-ca-ssl
Move certificate authentication from location to server
2017-08-23 13:00:57 -04:00
danielqsj
ff0d15d1ca Update godep guide link 2017-08-23 22:53:37 +08:00
danielqsj
a6d041e745 Update release doc in getting-started.md 2017-08-23 22:45:17 +08:00
danielqsj
a22e91b405 Update annotations doc with base-url-scheme 2017-08-23 22:09:00 +08:00
Manuel de Brito Fontes
71aa3d0747 Fix tests 2017-08-23 08:45:18 -03:00
danielqsj
77c9556dde Remove useless variable in nginx.tmpl 2017-08-23 15:06:13 +08:00
Manuel de Brito Fontes
a0be279a32 1 2017-08-23 02:00:42 -03:00
Manuel de Brito Fontes
806144421e Move certificate authentication from location to server 2017-08-23 00:39:38 -03:00
Manuel Alejandro de Brito Fontes
f0144a1df4 Merge pull request #1224 from sethpollack/whitelist_refactor
refactor rate limit whitelist
2017-08-22 21:21:51 -04:00
Seth Pollack
f045fa6d88 refactor rate limit whitelist 2017-08-22 20:47:29 -04:00
Manuel Alejandro de Brito Fontes
529342589f Merge pull request #1223 from aledbf/redirect-doc
Add doc for non-www to www annotation
2017-08-22 17:34:21 -04:00
Manuel de Brito Fontes
97b10b05ae Add doc for non-www to www annotation 2017-08-22 18:33:48 -03:00
Manuel Alejandro de Brito Fontes
3463ddb3bd Merge pull request #1218 from anfernee/master
Trivial fixes in core/pkg/net
2017-08-22 16:01:44 -04:00
Manuel Alejandro de Brito Fontes
2782def484 Merge pull request #1219 from sethpollack/whitelist-dedup
keep zones unique per ingress resource
2017-08-22 15:26:22 -04:00
Anfernee Gui
99227da063 Trivial fixes in core/pkg/net
- Simplify util method IsIPV6
- Skip ';'-prefixed lines in /etc/resolv.conf as comment
2017-08-22 12:09:42 -07:00
Seth Pollack
a3594f6c4c keep zones unique per ingress resource 2017-08-22 14:54:08 -04:00
Manuel Alejandro de Brito Fontes
ed3803cf58 Merge pull request #1215 from aledbf/random-name
Replace base64 encoding with random uuid
2017-08-22 10:22:05 -04:00
Manuel de Brito Fontes
a392f29956 Replace base64 encoding with random uuid 2017-08-22 10:53:13 -03:00
Manuel Alejandro de Brito Fontes
def5155aa6 Merge pull request #1210 from sethpollack/whitelist
add rate limit whitelist
2017-08-22 08:23:45 -04:00
Manuel Alejandro de Brito Fontes
31d45d8a5d Merge pull request #1207 from Lion-Wei/patch-12
delete broken link
2017-08-22 08:05:51 -04:00
Manuel Alejandro de Brito Fontes
76056c10b0 Merge pull request #1208 from Lion-Wei/patch-13
fix some typo
2017-08-22 08:05:18 -04:00
Manuel Alejandro de Brito Fontes
0a14b4dd3c Merge pull request #1209 from Lion-Wei/patch-14
Update README.md
2017-08-22 08:04:29 -04:00
Manuel Alejandro de Brito Fontes
9863140b8c Merge pull request #1186 from diazjf/client-body-buffer-size
Add annotation for client-body-buffer-size per location
2017-08-22 08:02:35 -04:00
Seth Pollack
6253c34266 add rate limit whitelist 2017-08-22 07:53:52 -04:00
Fernando Diaz
e9ffbf0f87 Add annotation for client-body-buffer-size per location
Adds an annotation which allows for client-body-buffer-size to
be configured per specific locations specified in the ingress
resource yaml.
2017-08-21 23:12:30 -05:00
Lion-Wei
088e9ccae1 Update README.md 2017-08-22 10:55:57 +08:00
Lion-Wei
47d8e53198 Update README.md 2017-08-22 10:17:44 +08:00
Lion-Wei
3975b05ce6 Update BETA_LIMITATIONS.md 2017-08-22 09:58:20 +08:00
Manuel Alejandro de Brito Fontes
1da974f16b Merge pull request #1095 from zjj2wry/whilelist
Fix(#1096) ingress annotation can not set ip in whitelist
2017-08-21 18:46:15 -04:00
Manuel Alejandro de Brito Fontes
f3b7f89dcd Merge pull request #1206 from aledbf/fix-docs
Update ssl-passthrough docs
2017-08-21 18:39:09 -04:00
Manuel de Brito Fontes
2e3f32891b Update ssl-passthrough docs 2017-08-21 19:38:22 -03:00
Manuel Alejandro de Brito Fontes
864fc1cefc Merge pull request #1205 from aledbf/fix-initial-sync
Add initial sync of secrets
2017-08-21 17:03:17 -04:00
Manuel de Brito Fontes
90fc30c328 Add initial sync of secrets 2017-08-21 17:18:30 -03:00