Skip to content

Commit 81383b5

Browse files
committed
docs(lik-ui): note prune reads its DB target from the SSM /config params
1 parent bea59c3 commit 81383b5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lik-ui/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,9 @@ A daily GitHub Action (`.github/workflows/prune-sessions.yml`) runs
237237
first, then the DB row** — the same ordering as the interactive delete — isolating per-session
238238
failures so one bad delete never aborts the sweep or orphans a transcript. The job needs no
239239
internet-facing endpoint and no long-lived shared secret: it authenticates via GitHub OIDC,
240-
reads the shared Anthropic key + DB master password from SSM, and connects to the public
241-
Lightsail Postgres directly.
240+
reads the shared Anthropic key + DB master password from SSM, resolves its DB target
241+
(`DB_INSTANCE`, `LIK_UI_DB_NAME`) from the Terraform-authored `$SSM_PREFIX/config/` params, and
242+
connects to the public Lightsail Postgres directly.
242243
243244
We chose **delete**, not archive: the goal is data-minimization (old transcripts and their
244245
credentials shouldn't linger on the platform), and the interactive delete path already destroys

0 commit comments

Comments
 (0)