-
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
[Authorization] Fix producer/consume permission can’t get v1/schema #16018
[Authorization] Fix producer/consume permission can’t get v1/schema #16018
Conversation
Could you make these methods async? |
@yuruguo There is a mailing list for discussing the V1 topic name https://lists.apache.org/thread/t3w9wjjkz4tfl5zwrmj44827vdpk2f4p I will remove the 2.10.1 label to unblock 2.10.1 release. |
Thanks for your sharing @codelipenghui |
The pr had no activity for 30 days, mark with Stale label. |
@yuruguo Can you help cherry-pick this PR to branch-2.10 |
OK, I will remove |
This PR also fixed another issue that responds an incorrect HTTP header
I cherry-picked this PR into |
Fixes #12419
Motivation
The pr-#15956 has been fixed the problem that role has
producer/consume
permission can’t getv2/schema
, but itmissed
v1/schema
. So this pr solves the permission problem to get v1/schema.Modifications
v1/schema
needGET_METADATA
permissionDocumentation
doc-not-needed