Commit graph

1637 commits

Author SHA1 Message Date
Manuel de Brito Fontes
0b66e81e23 Add custom backend annotation 2017-08-25 15:49:52 -03:00
Manuel Alejandro de Brito Fontes
a7d6b19b2d Merge pull request #1243 from maxlaverse/custom_access_log_path
Add support for access-log-path and error-log-path
2017-08-25 08:29:06 -04:00
Max Laverse
87ac091a10 Add support for access-log-path and error-log-path 2017-08-25 14:03:09 +02:00
Manuel Alejandro de Brito Fontes
0b4135698e 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
b4a3060e25 Add flags to customize listen ports and detect port collisions 2017-08-24 10:56:08 -03:00
Manuel Alejandro de Brito Fontes
6471f75d0f 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
49f08378f8 Add support for 'client_body_timeout' and 'client_header_timeout' 2017-08-24 09:33:35 -03:00
Manuel Alejandro de Brito Fontes
791ad60d23 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
a3299e01df 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
8f2513259f Merge pull request #1235 from aledbf/fix-equals
Fix Equal comparison
2017-08-23 17:00:03 -04:00
Manuel de Brito Fontes
88ae2a0eaf Fix Equal comparison 2017-08-23 17:52:17 -03:00
Manuel Alejandro de Brito Fontes
dd55bdabe5 Merge pull request #1234 from aledbf/lint
Lint code
2017-08-23 15:08:34 -04:00
Manuel de Brito Fontes
11847d67c4 Lint code 2017-08-23 15:40:57 -03:00
Manuel Alejandro de Brito Fontes
caf2853835 Merge pull request #1233 from aledbf/fix-client-bs
Fix ClientBodyBufferSize annotation
2017-08-23 14:30:39 -04:00
Manuel de Brito Fontes
8c2b351dc1 Fix ClientBodyBufferSize annotation 2017-08-23 15:06:07 -03:00
Manuel Alejandro de Brito Fontes
75cdc86f56 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
3f7e3a06bd 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
2027d5ebf9 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
2f262eb2c9 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
c3619ac8c9 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
f806f4c843 Update godep guide link 2017-08-23 22:53:37 +08:00
danielqsj
89adb6b6a5 Update release doc in getting-started.md 2017-08-23 22:45:17 +08:00
danielqsj
d7b75d6580 Update annotations doc with base-url-scheme 2017-08-23 22:09:00 +08:00
Manuel de Brito Fontes
2cab87fdf7 Fix tests 2017-08-23 08:45:18 -03:00
danielqsj
0781d373ce Remove useless variable in nginx.tmpl 2017-08-23 15:06:13 +08:00
Manuel de Brito Fontes
dd816ba6ca 1 2017-08-23 02:00:42 -03:00
Manuel de Brito Fontes
09fddd2b66 Move certificate authentication from location to server 2017-08-23 00:39:38 -03:00
Manuel Alejandro de Brito Fontes
11584dea71 Merge pull request #1224 from sethpollack/whitelist_refactor
refactor rate limit whitelist
2017-08-22 21:21:51 -04:00
Seth Pollack
d22335cb3c refactor rate limit whitelist 2017-08-22 20:47:29 -04:00
Manuel Alejandro de Brito Fontes
a066f81dcb 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
09c3313976 Add doc for non-www to www annotation 2017-08-22 18:33:48 -03:00
Manuel Alejandro de Brito Fontes
808a2f9999 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
b579d99dc3 Merge pull request #1219 from sethpollack/whitelist-dedup
keep zones unique per ingress resource
2017-08-22 15:26:22 -04:00
Anfernee Gui
21b211b44f 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
eb42048c9a keep zones unique per ingress resource 2017-08-22 14:54:08 -04:00
Manuel Alejandro de Brito Fontes
a46a53f46f 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
24d6a08036 Replace base64 encoding with random uuid 2017-08-22 10:53:13 -03:00
Manuel Alejandro de Brito Fontes
ec224a3e69 Merge pull request #1210 from sethpollack/whitelist
add rate limit whitelist
2017-08-22 08:23:45 -04:00
Manuel Alejandro de Brito Fontes
fe51939265 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
18287711da 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
b96c93672e 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
05fca4772b 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
55bc7d0564 add rate limit whitelist 2017-08-22 07:53:52 -04:00
Fernando Diaz
63a45395ae 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
7b73ff9233 Update README.md 2017-08-22 10:55:57 +08:00
Lion-Wei
671ff5b031 Update README.md 2017-08-22 10:17:44 +08:00
Lion-Wei
3da0acda1e Update BETA_LIMITATIONS.md 2017-08-22 09:58:20 +08:00
Manuel Alejandro de Brito Fontes
460df47127 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
9c36f3efb6 Merge pull request #1206 from aledbf/fix-docs
Update ssl-passthrough docs
2017-08-21 18:39:09 -04:00
Manuel de Brito Fontes
121b162852 Update ssl-passthrough docs 2017-08-21 19:38:22 -03:00