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.