docs: add SSH_AUTHORIZED_KEYS to secret keys reference table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-20 14:02:15 -05:00
parent 927c9f1051
commit e8c263a045
+1
View File
@@ -20,6 +20,7 @@ The secret is picked up automatically via `envFrom`. Keys recognised:
| `GITHUB_TOKEN` | PAT for private repo access (`repo` scope) |
| `VNC_PASSWORD` | Password for the VNC web UI |
| `ANTHROPIC_API_KEY` | API key — alternative to browser-based Claude login |
| `SSH_AUTHORIZED_KEYS` | Public key(s) for SSH access (required when `ssh: true`) |
```bash
kubectl create secret generic devcontainer-mydev-secrets-env \