From dcde0bc2ad3ab6fc5306583f7fef18e1ab968d72 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 16 Feb 2022 02:26:12 +0000 Subject: [PATCH] Bumping versions --- docs/src/main/asciidoc/_configprops.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index 123eabbf..8d95c61a 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -122,6 +122,7 @@ |spring.cloud.gateway.predicate.read-body.enabled | `true` | Enables the read-body predicate. |spring.cloud.gateway.predicate.remote-addr.enabled | `true` | Enables the remote-addr predicate. |spring.cloud.gateway.predicate.weight.enabled | `true` | Enables the weight predicate. +|spring.cloud.gateway.predicate.xforwarded-remote-addr.enabled | `true` | Enables the xforwarded-remote-addr predicate. |spring.cloud.gateway.redis-rate-limiter.burst-capacity-header | `X-RateLimit-Burst-Capacity` | The name of the header that returns the burst capacity configuration. |spring.cloud.gateway.redis-rate-limiter.config | | |spring.cloud.gateway.redis-rate-limiter.include-headers | `true` | Whether or not to include headers containing rate limiter information, defaults to true.