[object Object]

← back to Secrets Manager

Push Grok key to remote DTD panel

8cc46a559bdd4f758d114dd8f22d5282bd07c358 · 2026-08-31 02:09:46 -0700 · Steve Abrams

Files touched

Diff

commit 8cc46a559bdd4f758d114dd8f22d5282bd07c358
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Aug 31 02:09:46 2026 -0700

    Push Grok key to remote DTD panel
---
 remote-routes.json | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/remote-routes.json b/remote-routes.json
index 401a28d..97db841 100644
--- a/remote-routes.json
+++ b/remote-routes.json
@@ -1,5 +1,16 @@
 {
   "_comment": "REMOTE destinations for secrets on servers. push-remote.js SSHes the master value into each remote .env (in place, .bak backup, value via stdin not argv) and reloads the named pm2 process; compare-first (no-op if unchanged). Armed 2026-07-09 per Steve go + DTD verdict A (Low+Medium). GEORGE_AUTH (20 sister sites) DELIBERATELY EXCLUDED \u2014 high fan-out, supervised manual rotation only, not an auto-route.",
+  "XAI_API_KEY": [
+    {
+      "host": "root@45.61.58.125",
+      "path": "/root/.claude/skills/dtd/.env"
+    },
+    {
+      "host": "root@45.61.58.125",
+      "path": "/root/DW-Agents/.env",
+      "pm2": "yolo-agent"
+    }
+  ],
   "MOONSHOT_API_KEY": [
     {
       "host": "root@45.61.58.125",

← 1881ae9 Route Grok key to remote DTD panel  ·  back to Secrets Manager  ·  rotate xAI and Moonshot credential records 4df7ff6 →