@@ -260,6 +260,9 @@ can have a negative effect on performance due to the tracking of each lock attem
260
260
When ` imprecise_lease_role_tracking ` is set to true and a new role-based quota is enabled, subsequent lease counts start from 0.
261
261
` imprecise_lease_role_tracking ` affects role-based lease count quotas, but reduces latencies when not using role based quotas.
262
262
263
+ - ` request_limiter ` ` ([Request Limiter][request-limiter]: <none>) ` – Allows
264
+ operators to enable Vault's Request Limiter functionality.
265
+
263
266
### High availability parameters
264
267
265
268
The following parameters are used on backends that support [ high availability] [ high-availability ] .
@@ -304,9 +307,6 @@ The following parameters are only used with Vault Enterprise
304
307
provided via the environment variable ` VAULT_LICENSE_PATH ` , or the license
305
308
itself can be provided in the environment variable ` VAULT_LICENSE ` .
306
309
307
- - ` administrative_namespace_path ` ` (string: "") ` - Specifies the absolute path
308
- to the Vault namespace to be used as an [ Administrative namespace] ( /vault/docs/enterprise/namespaces/create-admin-namespace ) .
309
-
310
310
[ storage-backend ] : /vault/docs/configuration/storage
311
311
[ listener ] : /vault/docs/configuration/listener
312
312
[ seal ] : /vault/docs/configuration/seal
@@ -315,3 +315,4 @@ The following parameters are only used with Vault Enterprise
315
315
[ sentinel ] : /vault/docs/configuration/sentinel
316
316
[ high-availability ] : /vault/docs/concepts/ha
317
317
[ plugins ] : /vault/docs/plugins
318
+ [ request-limiter ] : /vault/docs/concepts/request-limiter
0 commit comments