Standardize PEM paths to shared k8s Secret mount

All agents now reference PEMs at /paperclip/secrets/github-pems/<name>.pem
instead of per-agent secrets/ subdirectories. PEMs will be mounted from a
single Kubernetes Secret. Added .gitignore to prevent accidental secret commits.

Countess GitHub App ID set to 3097914.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 08:49:58 -04:00
parent 96e47397d7
commit efaae0a266
8 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
"cwd": "/paperclip/privilegedescalation/cmo",
"env": {
"GITHUB_APP_ID_ADDISON": { "type": "plain", "value": "3032312" },
"GITHUB_PEM_PATH_ADDISON": { "type": "plain", "value": "/paperclip/privilegedescalation/cmo/secrets/github-app.pem" }
"GITHUB_PEM_PATH_ADDISON": { "type": "plain", "value": "/paperclip/secrets/github-pems/addison.pem" }
},
"model": "claude-opus-4-6",
"graceSec": 15,