Skip to content

Limit outstanding OPA requests - #30

Draft
EDsCODE wants to merge 1 commit into
masterfrom
codex/bound-opa-column-filtering
Draft

Limit outstanding OPA requests#30
EDsCODE wants to merge 1 commit into
masterfrom
codex/bound-opa-column-filtering

Conversation

@EDsCODE

@EDsCODE EDsCODE commented Sep 10, 2026

Copy link
Copy Markdown

Description

Large metadata scans can overwhelm the OPA HTTP destination queue because column filtering submits one request per table without a global bound.

This change limits outstanding OPA requests across all queries before submission. Permits return when each raw HTTP response future completes.

+ opa.max-outstanding-requests=512

The OPA plugin test suite covers the global concurrency limit, configuration mapping, formatting, dependencies, and style checks.

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

## Security
* Prevent OPA access control metadata filtering from exhausting HTTP request queues.

@EDsCODE EDsCODE self-assigned this Sep 10, 2026
@github-actions github-actions Bot added the docs label Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant