From b0edb5b2ccfcf9ae458f85b25b5eef9d8c04b399 Mon Sep 17 00:00:00 2001 From: atlas Date: Fri, 11 Sep 2026 00:55:03 +0200 Subject: [PATCH] docs/setup: contract "cannot" in the KV-mount troubleshooting block MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `prose lint (vale, errors)` CI gate fails on Microsoft.Contractions at `setup.md:147`, in prose this branch adds. Verified against the repo's own styles rather than assumed: with `XDG_DATA_HOME=$PWD/.vale-data vale sync` (the ini's own note — sync ignores `StylesPath` and writes under `$XDG_DATA_HOME`), the file reports 0 errors, and a copy of it with the word put back reports that line and nothing else. Without the sync, vale exits 2 on a missing styles dir, which is a config error rather than a pass. --- docs/getting-started/setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/setup.md b/docs/getting-started/setup.md index 136385e1..7443e2ee 100644 --- a/docs/getting-started/setup.md +++ b/docs/getting-started/setup.md @@ -144,9 +144,9 @@ forgotten one expires rather than lingering. A store bootstrapped by an earlier version has the policy, the auth method and the role, but no `secret/` engine — the controller's first credential write -answers `no handler for route "secret/data/…"`. The bootstrap token cannot fix -it either: the policy it was minted from names nothing under `sys/mounts`. Mount -it once with the root token from `init`: +answers `no handler for route "secret/data/…"`. The bootstrap token can't fix it +either: the policy it was minted from names nothing under `sys/mounts`. Mount it +once with the root token from `init`: ```bash sudo bash -c 'BAO_TOKEN="" bao secrets enable -path=secret kv-v2'