[ISSUE #8100]♻️Preserve broker auth error boundaries#8101
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis change preserves broker-specific error boundaries: ChangesBroker auth error boundary preservation
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: Suggested reviewers: Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
|
🔊@mxsm 🚀Thanks for your contribution🎉! 💡CodeRabbit(AI) will review your code first🔥! Note 🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥. |
Which Issue(s) This PR Fixes(Closes)
Brief Description
BrokerPermissionDeniedat theAuthAdminServiceboundary.BrokerRequestProcessorrejects remoting requests before dispatch.How Did You Test This Change?
cargo fmt --allcargo test -p rocketmq-broker auth::auth_admin_service::tests::map_authz_error_preserves_admin_error_category --all-features -- --exact --nocapturecargo test -p rocketmq-broker processor::tests::broker_request_processor_checks_auth_before_dispatch --all-features -- --exact --nocapturecargo test -p rocketmq-broker --all-featurescargo clippy --workspace --no-deps --all-targets --all-features -- -D warningswith a temporary Cargo target directory outside the repository.Summary by CodeRabbit