Add resource inspector to Quantum dashboard
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user