vikunja/.github
Tink bot ba6615f378 feat(veans): warn when Chain.Set falls back past a failed backend
A keyring transient failure on Set silently falls through to the file
backend today, which leaves a stale keyring entry from any prior
successful write shadowing the new file-backend token. Fixing the
shadow itself is deferred (would need a Set-and-Delete coordination,
or a stricter contract).

What we can do cheaply: surface the fallback so an operator hitting
the shadow has a breadcrumb. On Chain.Set fallthrough past a writable
backend that errored, print:

  veans: credential store: keyring rejected write (X); falling back to file

The warning goes to stderr (not the structured envelope — Set still
returns nil because the write landed somewhere). Env-backend's
read-only skip is unchanged and silent.

ChainStderr is exposed as a package var so tests can capture/assert
the warning when we backfill credential-store coverage.
2026-05-27 08:21:57 +00:00
..
ISSUE_TEMPLATE chore: remove feature request issue template 2026-03-09 23:35:43 +01:00
actions/setup-frontend chore(deps): update actions/setup-node digest to 6044e13 2026-01-15 09:42:39 +01:00
workflows feat(veans): warn when Chain.Set falls back past a failed backend 2026-05-27 08:21:57 +00:00
FUNDING.yml chore: update funding links 2023-02-03 11:48:44 +01:00