docs: keyring fallback to secrets.yaml (#7165)

This commit is contained in:
dianed-square
2026-02-11 14:29:28 -08:00
committed by GitHub
parent cfa2778b4d
commit c6e27b8f84
4 changed files with 79 additions and 42 deletions
@@ -402,7 +402,7 @@ export GOOSE_TELEMETRY_ENABLED=true # Enable telemetry
```
:::tip
When the keyring is disabled, secrets are stored here:
When the keyring is disabled (or cannot be accessed and goose [falls back to file-based storage](/docs/troubleshooting/known-issues#keyring-cannot-be-accessed-automatic-fallback)), secrets are stored here:
* macOS/Linux: `~/.config/goose/secrets.yaml`
* Windows: `%APPDATA%\Block\goose\config\secrets.yaml`