Add Docker container inspection #48

Merged
janpeter merged 22 commits from codex/container-inspection into main 2026-05-29 03:38:24 +02:00
Owner

Summary

  • Add Docker container detail pages for logs, env, config files, inspect metadata, and layer changes.
  • Add ops-agent Docker inspection routes with registry validation, audit logging, no-store reveal flows, and install scripts.
  • Harden standard views with constant masking, no value-derived fingerprints, redacted config/log output, expected missing env keys, and gated raw reveal.

Test Plan

  • npm run check:docker-inspection
  • npm run typecheck
  • npm test
  • cd ops-agent && npm run build
  • DATABASE_URL="postgresql://user:pass@localhost:5432/ops_dashboard" npm run build
  • git diff --check
## Summary - Add Docker container detail pages for logs, env, config files, inspect metadata, and layer changes. - Add ops-agent Docker inspection routes with registry validation, audit logging, no-store reveal flows, and install scripts. - Harden standard views with constant masking, no value-derived fingerprints, redacted config/log output, expected missing env keys, and gated raw reveal. ## Test Plan - npm run check:docker-inspection - npm run typecheck - npm test - cd ops-agent && npm run build - DATABASE_URL="postgresql://user:pass@localhost:5432/ops_dashboard" npm run build - git diff --check
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
janpeter/Ops-dashboard!48
No description provided.