local_ydb_write_dynamic_auth_config
Writes the dynamic-node auth token file for mandatory-auth startup after selecting a SID. Use confirm=true to execute the write, omit for a plan preview.
Instructions
Write the text-proto dynamic-node auth token file needed for mandatory-auth startup. Use after choosing the SID for auth hardening; without confirm=true this returns the planned file write 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 write the dynamic-node auth token file. Omit or false for plan-only output. | |
| sid | No | SID to store in both StaffApiUserToken and NodeRegistrationToken. | |
| tokenHostPath | No | Host path for the generated text-proto auth token file. Defaults to profile.dynamicNodeAuthTokenFile when present. |