aboutsummaryrefslogtreecommitdiff
path: root/docs/STATE.md
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-20 15:58:10 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-20 15:58:10 +0200
commitc0d08b0880dcce7337d9bdf046c93b318a84c2dc (patch)
treef411be2a92e7b60fc311a31fd8037d28fafd4c0b /docs/STATE.md
parent90068419d51b0289c65d4db9e14849fbecd34a95 (diff)
downloadbokf-c0d08b0880dcce7337d9bdf046c93b318a84c2dc.tar.gz
bokf-c0d08b0880dcce7337d9bdf046c93b318a84c2dc.zip
deploy: pass BOKFD_SECRET_KEY through compose; document waves 1-2
Diffstat (limited to 'docs/STATE.md')
-rw-r--r--docs/STATE.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/STATE.md b/docs/STATE.md
index 981aace..8b33b52 100644
--- a/docs/STATE.md
+++ b/docs/STATE.md
@@ -158,6 +158,11 @@ check.
Settings `invoice_receivable_account`, `invoice_revenue_account`,
`invoice_bankgiro`. **Swish QR: decided 2026-09-20 — not supported**
(invoice 1's QR is dropped; the generator has no image support).
+ **Wave 2 done 2026-09-20**: settings secrets are AES-256-GCM encrypted
+ with `BOKFD_SECRET_KEY` (`smtp_password`; `settings.get` never returns
+ it), SMTP over TLS/STARTTLS/plain (`src/smtp.c`) and `invoice.send`
+ (subject `Faktura <nr>`, PDF attached, `last_sent_*`, audited,
+ `SMTP_NOT_CONFIGURED`/`SMTP_FAILED`). Wave 3 (TUI Fakturering) pending.
## Pending decisions