[object Object]

← back to Secrets Manager

secrets: add PG_DW_ADMIN_PASSWORD fan route (4 env_file dests) — unblocks dw_admin rotation fan

22971497ed2d65d5fd906cd77b8c924dde166e30 · 2026-06-19 16:28:00 -0700 · Steve

Files touched

Diff

commit 22971497ed2d65d5fd906cd77b8c924dde166e30
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jun 19 16:28:00 2026 -0700

    secrets: add PG_DW_ADMIN_PASSWORD fan route (4 env_file dests) — unblocks dw_admin rotation fan
---
 routes.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/routes.json b/routes.json
index eb15fb3..8b63b2e 100644
--- a/routes.json
+++ b/routes.json
@@ -1,6 +1,15 @@
 {
   "_comment": "Per-secret routing table. Each entry: master + extra destinations. Master is implicit at ~/Projects/secrets-manager/.env. (Desktop mirror ~/Desktop/site-factory.env retired 2026-06-11, DTD verdict A.)",
   "services": {
+    "PG_DW_ADMIN_PASSWORD": {
+      "label": "Postgres dw_admin role password (local Mac2 + prod via prestage 3b). DSN_REWRITE rewrites DATABASE_URL pw in each env_file dest.",
+      "destinations": [
+        { "type": "env_file", "path": "~/Projects/Norma/.env.local" },
+        { "type": "env_file", "path": "~/Projects/StudentLoanTracker/.env.local" },
+        { "type": "env_file", "path": "~/Projects/ClawCoder/.env.local" },
+        { "type": "env_file", "path": "~/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/.env.local" }
+      ]
+    },
     "REPLICATE_API_TOKEN": {
       "label": "Replicate API Token",
       "verify": {

← 333c740 Route SHOPIFY_DRAFT_TOKEN (full-access, write_draft_orders)  ·  back to Secrets Manager  ·  Reconcile ROTATION-CHECKLIST against 2026-06-21 read-only ve 7fe7f4e →