Reports not Rendering
When browsing to the reports within the UI for Anchore, it displays a 500 error:
{width=900 height=372}
Initial review of this issue showed no obvious errors that would indicate its related to a missing network or authorization policy. There are also no `BlackHoleCluster` errors indicating that it could be due to a missing service entry.
Related logs from the istio-proxy on the api component:
```
[2026-05-13T11:30:59.281Z] "POST /v2/reports/graphql HTTP/1.1" 502 - direct_response - "-" 0 0 0 - "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "44108e9f-73cd-4078-942b-07d9655da42b" "anchore-enterprise-anchore-enterprise-api:8228" "-" - - 10.43.5.125:8558 10.42.2.12:53334 - block_all traceID=-
[2026-05-13T11:30:59.257Z] "POST /v2/reports/graphql HTTP/1.1" 502 - via_upstream - "-" 553 0 28 27 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "44108e9f-73cd-4078-942b-07d9655da42b" "anchore-enterprise-anchore-enterprise-api:8228" "10.42.2.12:8228" inbound|8228||; 127.0.0.6:57361 10.42.2.12:8228 10.42.0.16:42058 outbound_.8228_._.anchore-enterprise-anchore-enterprise-api.anchore.svc.cluster.local default traceID=-
```
Related logs from the istio-proxy on the ui component (same trace):
```
[2026-05-13T11:30:59.256Z] "POST /v2/reports/graphql HTTP/1.1" 502 - via_upstream - "-" 553 0 35 34 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "44108e9f-73cd-4078-942b-07d9655da42b" "anchore-enterprise-anchore-enterprise-api:8228" "10.42.2.12:8228" outbound|8228||anchore-enterprise-anchore-enterprise-api.anchore.svc.cluster.local; 10.42.0.16:42058 10.43.39.250:8228 10.42.0.16:43386 - default traceID=-
```
The one thing that sticks out is the `block_all` in the logs from the API which is likely the root cause.
issue