Skip to content

Commit 911a887

Browse files
committed
mistakes
1 parent 08a6d3a commit 911a887

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/content/docs/configuration/index.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ can have a negative effect on performance due to the tracking of each lock attem
260260
When `imprecise_lease_role_tracking` is set to true and a new role-based quota is enabled, subsequent lease counts start from 0.
261261
`imprecise_lease_role_tracking` affects role-based lease count quotas, but reduces latencies when not using role based quotas.
262262

263+
- `request_limiter` `([Request Limiter][request-limiter]: <none>)` – Allows
264+
operators to enable Vault's Request Limiter functionality.
265+
263266
### High availability parameters
264267

265268
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
304307
provided via the environment variable `VAULT_LICENSE_PATH`, or the license
305308
itself can be provided in the environment variable `VAULT_LICENSE`.
306309

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-
310310
[storage-backend]: /vault/docs/configuration/storage
311311
[listener]: /vault/docs/configuration/listener
312312
[seal]: /vault/docs/configuration/seal
@@ -315,3 +315,4 @@ The following parameters are only used with Vault Enterprise
315315
[sentinel]: /vault/docs/configuration/sentinel
316316
[high-availability]: /vault/docs/concepts/ha
317317
[plugins]: /vault/docs/plugins
318+
[request-limiter]: /vault/docs/concepts/request-limiter

0 commit comments

Comments
 (0)