-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][broker]: support missing broker level fine-granted permissions #23637
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23637 +/- ##
============================================
+ Coverage 73.57% 74.35% +0.77%
- Complexity 32624 35022 +2398
============================================
Files 1877 1944 +67
Lines 139502 147304 +7802
Branches 15299 16255 +956
============================================
+ Hits 102638 109525 +6887
- Misses 28908 29320 +412
- Partials 7956 8459 +503
Flags with carried forward coverage won't be shown. Click here to find out more.
|
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/BrokersBase.java
Outdated
Show resolved
Hide resolved
@mattisonchao It seems that it hasn't been tested before if it was broken. Could you please add a functional test to ensure that it works? |
oh, sure. let me add one. |
Motivation
Support missing broker-level fine-granted permissions.
Modifications
allowBrokerOperationAsync
method forAuthorizationProvider
.backlogQuotaCheck
HTTP request path.Verifying this change
Documentation
doc-not-needed