Skip to content

Commit

Permalink
backport of commit ef967a0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidadeleon authored Oct 11, 2024
1 parent 85a7894 commit 8844b7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ description: |-

@include 'alerts/enterprise-only.mdx'

@include 'alerts/beta.mdx'
<Note title="Enabled by default">
As of Vault 1.18.0, adaptive overload protection is enabled by default
</Note>

Configure the `adaptive_overload_protection` stanza to control overload
protection features for your Vault server.
Expand Down Expand Up @@ -41,6 +43,5 @@ These parameters apply to the `adaptive_overload_protection` stanza in the Vault
configuration file:

- `disable_write_controller` `(bool: <optional>)`: Disables the adaptive write
overload controller. Defaults to `true` (controller disabled). Set
`disable_write_controller` to `false` to enable the write controller and opt
in to the beta functionality.
overload controller. Defaults to `false` (controller enabled). Set
`disable_write_controller` to `true` to disable the write controller.
5 changes: 5 additions & 0 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,11 @@
},
{
"title": "Adaptive overload protection",
"badge": {
"text": "ENTERPRISE",
"type": "outlined",
"color": "neutral"
},
"path": "configuration/adaptive-overload-protection"
},
{
Expand Down

0 comments on commit 8844b7c

Please sign in to comment.