Skip to content

Configurable resource path for status uploads #81

Description

@sspaink

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions