15 lines
443 B
Markdown
15 lines
443 B
Markdown
# 3.8 — Redaction check specific to delivery surface (GREEN)
|
|
|
|
Phase: 3 — Delivery Tree (Surface E)
|
|
Stage: GREEN
|
|
|
|
Depends on: [3.4](3.4-api-delivery.md)
|
|
|
|
- [ ] 21 `Secret` resources appear in Argo trees today — render kind+count only, never names (includes `sops-secrets`); `status.conditions[].message` echoes raw errors with internal hostnames — emit condition **type** only
|
|
|
|
## Verify
|
|
|
|
```bash
|
|
go test ./... -run TestDelivery -v
|
|
```
|