local_ydb_apply_auth_hardening
Applies a reviewed hardened YDB configuration and restarts local-ydb to enforce authentication settings. Requires explicit confirmation; without it, outputs a plan instead.
Instructions
Apply a reviewed hardened YDB config file and restart local-ydb so auth settings take effect. Use only after preparing and reviewing the config; without confirm=true this returns the apply/restart plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Named profile from local-ydb.config.json. Defaults to config.defaultProfile. | |
| configPath | No | Explicit local-ydb config file path to load for this tool call. Useful when the MCP server should pick up a different config without restart. | |
| confirm | No | Must be true to apply the auth hardening config and restart local-ydb. Omit or false for plan-only output. | |
| configHostPath | No | Reviewed config.yaml path on the selected target host. Defaults to profile.authConfigPath when present. |