Skip to content

fix(router): bound websocket authorization variables - #54

Merged
first-assist merged 1 commit into
mainfrom
fix/websocket-variable-frame-budget
Sep 2, 2026
Merged

fix(router): bound websocket authorization variables#54
first-assist merged 1 commit into
mainfrom
fix/websocket-variable-frame-budget

Conversation

@first-assist

Copy link
Copy Markdown
Collaborator

Summary

  • replace full WebSocket variable duplication with a bounded scalar authorization projection
  • preserve fail-closed variable-dependent authorization before subgraph execution
  • keep large subscription payloads below the private 64 KiB frame limit

Verification

  • cargo fmt --all --check
  • bounded cargo test -p graphql-orm-router --features auth-agql (72 unit/wire tests + binary smoke)
  • bounded cargo clippy -p graphql-orm-router --all-targets --features auth-agql -- -D warnings
  • bounded cargo doc -p graphql-orm-router --features auth-agql --no-deps
  • python3 scripts/generate-workspace-inventory.py --check
  • git diff --check

Documentation impact

  • Documentation updated
  • No documentation impact

python3 scripts/check-documentation.py is independently blocked by four already-expired review_by: 2026-09-01 dates outside this change.

@first-assist
first-assist force-pushed the fix/websocket-variable-frame-budget branch from ab2bf85 to f171aba Compare September 2, 2026 00:59
@first-assist
first-assist merged commit b42f5a0 into main Sep 2, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant