StatusPlugin.Status.sendToService POSTs to a hardcoded /status path. OPA Go honors a configurable status.resource, and DecisionLogPlugin already exposes the same setting. Lock-step the two so operators can deploy behind whatever ingest endpoint they have.
- Add
resource to Config.StatusConfig and to the Status builder, mirroring DecisionLogs.setResource.
- Default to
/status when unset, preserving current behavior.
- Tests covering default and custom paths.
StatusPlugin.Status.sendToServicePOSTs to a hardcoded/statuspath. OPA Go honors a configurablestatus.resource, andDecisionLogPluginalready exposes the same setting. Lock-step the two so operators can deploy behind whatever ingest endpoint they have.resourcetoConfig.StatusConfigand to theStatusbuilder, mirroringDecisionLogs.setResource./statuswhen unset, preserving current behavior.