diff --git a/reference/html/appendix.html b/reference/html/appendix.html index cca7a393..3393109c 100644 --- a/reference/html/appendix.html +++ b/reference/html/appendix.html @@ -155,7 +155,7 @@ Also, you can define your own properties.
spring.cloud.gateway.default-filters
null
List of filter definitions that are applied to every route.
spring.cloud.gateway.discovery.locator.filters
null
null
spring.cloud.gateway.discovery.locator.include-expression
spring.cloud.gateway.discovery.locator.predicates
null
null
spring.cloud.gateway.discovery.locator.route-id-prefix
null
The prefix for the routeId, defaults to discoveryClient.getClass().getSimpleName() + "_". Service Id will be appended to create the routeId.
spring.cloud.gateway.filter.remove-hop-by-hop.headers
null
null
spring.cloud.gateway.filter.remove-hop-by-hop.order
null
null
spring.cloud.gateway.filter.request-rate-limiter.deny-empty-key
spring.cloud.gateway.filter.request-rate-limiter.empty-key-status-code
null
HttpStatus to return when denyEmptyKey is true, defaults to FORBIDDEN.
spring.cloud.gateway.filter.secure-headers.content-security-policy
default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'
null
spring.cloud.gateway.filter.secure-headers.content-type-options
nosniff
null
spring.cloud.gateway.filter.secure-headers.disable
null
null
spring.cloud.gateway.filter.secure-headers.download-options
noopen
null
spring.cloud.gateway.filter.secure-headers.frame-options
DENY
null
spring.cloud.gateway.filter.secure-headers.permitted-cross-domain-policies
none
null
spring.cloud.gateway.filter.secure-headers.referrer-policy
no-referrer
null
spring.cloud.gateway.filter.secure-headers.strict-transport-security
max-age=631138519
null
spring.cloud.gateway.filter.secure-headers.xss-protection-header
1 ; mode=block
null
spring.cloud.gateway.forwarded.enabled
spring.cloud.gateway.globalcors.cors-configurations
null
null
spring.cloud.gateway.httpclient.connect-timeout
null
The connect timeout in millis, the default is 45s.
spring.cloud.gateway.httpclient.max-header-size
null
The max response header size.
spring.cloud.gateway.httpclient.max-initial-line-length
null
The max initial line length.
spring.cloud.gateway.httpclient.pool.acquire-timeout
null
Only for type FIXED, the maximum time in millis to wait for aquiring.
spring.cloud.gateway.httpclient.pool.max-connections
null
Only for type FIXED, the maximum number of connections before starting pending acquisition on existing ones.
spring.cloud.gateway.httpclient.pool.max-idle-time
null
Time in millis after which the channel will be closed. If NULL, there is no max idle time.
spring.cloud.gateway.httpclient.pool.max-life-time
null
Duration after which the channel will be closed. If NULL, there is no max life time.
spring.cloud.gateway.httpclient.pool.type
null
Type of pool for HttpClient to use, defaults to ELASTIC.
spring.cloud.gateway.httpclient.proxy.host
null
Hostname for proxy configuration of Netty HttpClient.
spring.cloud.gateway.httpclient.proxy.non-proxy-hosts-pattern
null
Regular expression (Java) for a configured list of hosts. that should be reached directly, bypassing the proxy
spring.cloud.gateway.httpclient.proxy.password
null
Password for proxy configuration of Netty HttpClient.
spring.cloud.gateway.httpclient.proxy.port
null
Port for proxy configuration of Netty HttpClient.
spring.cloud.gateway.httpclient.proxy.username
null
Username for proxy configuration of Netty HttpClient.
spring.cloud.gateway.httpclient.response-timeout
null
The response timeout.
spring.cloud.gateway.httpclient.ssl.close-notify-read-timeout
null
SSL close_notify read timeout. Default to 0 ms.
spring.cloud.gateway.httpclient.ssl.default-configuration-type
null
The default ssl configuration type. Defaults to TCP.
spring.cloud.gateway.httpclient.ssl.key-password
null
Key password, default is same as keyStorePassword.
spring.cloud.gateway.httpclient.ssl.key-store
null
Keystore path for Netty HttpClient.
spring.cloud.gateway.httpclient.ssl.key-store-password
null
Keystore password.
spring.cloud.gateway.httpclient.ssl.key-store-provider
null
Keystore provider for Netty HttpClient, optional field.
spring.cloud.gateway.httpclient.ssl.trusted-x509-certificates
null
Trusted certificates for verifying the remote endpoint’s certificate.
spring.cloud.gateway.httpclient.websocket.max-frame-payload-length
null
Max frame payload length.
spring.cloud.gateway.loadbalancer.use404
false
null
spring.cloud.gateway.metrics.enabled
spring.cloud.gateway.metrics.tags
null
Tags map that added to metrics.
spring.cloud.gateway.redis-rate-limiter.config
null
null
spring.cloud.gateway.redis-rate-limiter.include-headers
spring.cloud.gateway.routes
null
List of Routes.
spring.cloud.gateway.set-status.original-status-header-name
null
The name of the header which contains http code of the proxied request.
spring.cloud.gateway.streaming-media-types
null
null
spring.cloud.gateway.x-forwarded.enabled