Add resource inspector to Quantum dashboard

This commit is contained in:
2026-04-20 17:53:30 -03:00
parent fd4597a309
commit 5828eed35b
3 changed files with 203 additions and 0 deletions
+24
View File
@@ -302,6 +302,30 @@ Expected evidence:
Hello Quantum
```
The Quantum screen includes action buttons and inspection buttons:
```text
Refresh Evidence
Write S3 Evidence
Send SQS Message
Check Lambda
Inspect S3
Inspect SQS
Inspect Lambda
Inspect IAM
Inspect Secret
Inspect Logs
```
The inspection buttons call the `quanto-api` backend and return live LocalStack data:
- `Inspect S3` lists objects in the Quantum bucket.
- `Inspect SQS` shows queue counters, DLQ counters, and a sample of visible messages.
- `Inspect Lambda` shows runtime, handler, state, environment variables, and event source mappings.
- `Inspect IAM` shows the Lambda role and attached policies.
- `Inspect Secret` shows the application secret metadata and current value.
- `Inspect Logs` shows the CloudWatch Log Group and recent log streams.
On the Docker Swarm host:
```bash