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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user