fix(compose): harden optional pg-llm-batch database - #1432
Conversation
|
Warning Review limit reached
Next review available in: 10 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Current-head review completed for The optional pg-llm-batch overlay now requires externally supplied credentials, binds the host port to loopback, uses read-only/no-new-privileges hardening with explicit writable tmpfs paths, and authenticates the healthcheck with the configured values. No hardcoded database credential remains. Verification: |
|
PR governance metadata gate update for PR governance metadata gate is ready; all current-head requirements passed. |
|
The failed Strix run for current head |
90a8768 to
e3dbed9
Compare
|
Caution Review failedAn error occurred during the review process. Please try again later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Scope
Harden the optional offline pg-llm-batch Compose overlay:
no-new-privileges, read-only root, and explicit PostgreSQL runtime tmpfs mounts.Verification
PYTHONPATH=. python3 -m pytest -q backend/tests/test_repo_hygiene.pyruff check backend/tests/test_repo_hygiene.pyconfigwith non-secret test credentialsThe overlay remains opt-in and is not part of the default stack.