Commit Graph

129 Commits

Author SHA1 Message Date
Guido Lena Cota
43074aba39 Add documentation for GET/POST/DELETE /gateway/routes/{id} endpoints 2018-11-03 18:05:57 +01:00
Guido Lena Cota
ee8085c58b Add documentation for /gateway/routes endpoint 2018-11-03 17:14:50 +01:00
Guido Lena Cota
ca83d0b900 Add documentation for /gateway/refresh endpoint 2018-11-03 16:57:55 +01:00
Guido Lena Cota
1ebb00ddf3 Add documentation for /gateway/*filters endpoints 2018-11-03 16:49:42 +01:00
guido lena cota
0a6c29d567 Create outline of Actuator API section 2018-10-29 11:35:53 +01:00
Vitaliy Pavlyuk
7d3689fa9e Merge remote-tracking branch 'upstream/2.0.x' into rewrite_response_header_filter 2018-10-23 15:46:59 -04:00
buildmaster
d442440e7b Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 18:21:14 +00:00
buildmaster
f49655946d Going back to snapshots 2018-10-23 18:21:14 +00:00
buildmaster
6071a22ae0 Update SNAPSHOT to 2.0.2.RELEASE 2018-10-23 18:16:06 +00:00
Vitaliy Pavlyuk
796e2a4fef Documentation correction: _after_ making the downstream request, not before. 2018-10-22 16:34:03 -04:00
Ryan Baxter
cca0901a5e Updates to using retry with forward protocol 2018-10-17 10:51:02 -04:00
Ryan Baxter
5c36c8ae77 Merge branch '2.0.x' of github.com:spring-cloud/spring-cloud-gateway into 2.0.x 2018-10-15 13:52:23 -04:00
Ryan Baxter
709ef436f7 Added documentation about how to use the retry filter with the forward protocol. Fixes #356 2018-10-15 13:52:12 -04:00
Vitaliy Pavlyuk
eb9b6177fe Merge remote-tracking branch 'origin/2.0.x' into rewrite_response_header_filter_factory 2018-10-11 10:58:34 -04:00
Tony Clarke
6a2f9d14b5 Add support for configuring TLS handshake timeouts 2018-10-06 11:26:28 -04:00
Tony Clarke
f1db5e063c Certificate array in pem (#583)
Fix a bug where previous trust manager effectively only read the first certificate in pem file.
2018-10-05 18:30:21 -04:00
Vitaliy Pavlyuk
6b52f76ac2 Rewrite response header filter factory. 2018-10-04 20:49:16 -04:00
buildmaster
fb05818c85 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 19:12:24 +00:00
buildmaster
5e6f06b720 Going back to snapshots 2018-07-31 19:12:24 +00:00
buildmaster
fe773fa4df Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 19:09:58 +00:00
Tony Clarke
0b8a84e1b7 Fix bug where metrics fail if actuator is not added as a project dependency 2018-07-27 17:42:42 -04:00
Ryan Baxter
1b9f5eea6a Merge pull request #437 from tony-clarke-amdocs/ssl-trust
Create a trust manager backed by known trusted X509 certificates
2018-07-26 10:22:50 -04:00
Tony Clarke
5f98cad301 Update metrics filter with feedback from ryanjbaxter and jkschneider 2018-07-22 22:22:59 -04:00
Tony Clarke
7e12f233d0 Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-gateway into metrics-issue-12 2018-07-20 16:04:35 -04:00
Tony Clarke
8f4a944ea2 Update documenation on how to configure CORS request/response 2018-07-20 15:53:15 -04:00
Tony Clarke
474b50a633 Document Gateway TLS trust manager options 2018-07-18 17:20:10 -04:00
Tony Clarke
153613269d Add documenation to describe gateway metrics plus a sample grafana dashboard 2018-07-17 18:48:38 -04:00
Tony Clarke
94d5945266 Provide documenation on how to configure CORS in spring cloud gateway 2018-07-11 16:30:52 -04:00
Tillmann Heigel
93ae555332 Document the order of the filterchain (#400) (#415)
This commit removes the `TODO: document ordering` from spring-cloud-gateway.adoc
2018-07-05 15:40:37 -04:00
Tillmann Heigel
281a6cbb1e Fix a small typo in spring-cloud-gateway.adoc (#399)
PostGatewayFilterFactory example wasn't compiling.
2018-07-05 13:48:06 -04:00
Wilder Pereira
a790899290 Remove line copied from the previous section (#370) 2018-06-18 22:55:42 -04:00
Wilder Pereira
d1ea566769 Fix coding formatting (#369) 2018-06-18 22:29:23 -04:00
buildmaster
9b4556fb22 Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-19 00:45:32 +00:00
buildmaster
725be473d6 Going back to snapshots 2018-06-19 00:45:31 +00:00
buildmaster
d6b29a99f9 Update SNAPSHOT to 2.0.0.RELEASE 2018-06-19 00:44:04 +00:00
Spencer Gibb
a9a31e530e Adds SockJS note for Websockets
fixes gh-186
2018-06-13 15:51:08 -04:00
Spencer Gibb
1029898dff Updates rate limiter documentation.
Separates redis rate limiter to a sub-section.

Includes a note that shortcut configuration does not work.

fixes gh-167
2018-06-13 15:32:44 -04:00
Mathieu Fortin
7791dd1a94 RequestRateLimiter documentation.
Fixes #168
2018-06-13 15:06:46 -04:00
Ryan Baxter
08a4bcd00d Add note pointing to unit tests. 2018-06-13 14:22:24 -04:00
Ryan Baxter
d2bdf4a13b document alreadyrouted apis. (#363)
Fixes #74
2018-06-13 11:25:41 -04:00
Ryan Baxter
3e32b2cbb9 Document writing custom gateway filters. Fixes #71 (#359) 2018-06-12 16:58:49 -04:00
Ryan Baxter
62a658c466 Add example of using load balancer protocol. Fixes #225 (#358) 2018-06-12 15:24:21 -04:00
Ryan Baxter
14beb3b542 Added retry filter docs. Fixes #226 (#357) 2018-06-12 15:07:43 -04:00
buildmaster
fd413d15dd Going back to snapshots 2018-05-25 13:15:36 +00:00
buildmaster
0da6e00f87 Update SNAPSHOT to 2.0.0.RC2 2018-05-25 13:14:36 +00:00
Dave Syer
1656bbcb38 Add ProxyExchange feature for Webflux 2018-05-02 09:16:41 -04:00
Fitzgerald, Andrew
69bccac870 Add additional Hystrix documentation. Covers part of #288, fixes #291 2018-04-30 03:13:00 -04:00
Ryan Baxter
50af2ca84e Add filter which will set the path in the request to be the path in the forward URI. Fixes #285. 2018-04-24 15:58:58 -04:00
Andrew Fitzgerald
55f99c0e28 typo (#297) 2018-04-24 04:11:15 -04:00
Spencer Gibb
f0d54580bf Shortens XForwardedRemoteAddressResolver factory method names. 2018-04-06 14:31:30 -04:00