Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Update AOP config docs into release/1.18.x #28687

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading