Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1007 Bytes

request-limiter.mdx

File metadata and controls

33 lines (25 loc) · 1007 Bytes
layout page_title description
docs
Request Limiter - Configuration
The Request Limiter mitigates overload scenarios in Vault by adaptively limiting in-flight requests based on latency measurements.

request_limiter

@include 'alerts/enterprise-only.mdx'

Vault 1.16 included the request limiter as a Beta feature. During the beta, we found an alternative approach that better meets user needs. The request limiter has been deprecated in favor of adaptive overload protection.

The request_limiter stanza allows operators to turn on the adaptive concurrency limiter, which is off by default. This is a reloadable config.

request_limiter {
  disable = false
}

~> Warning This feature is still in Tech Preview. Turning the Request Limiter on may have negative effects on request success rates. Please test your workloads before turning this on in production.