How to add fine grained Authorization to Kyuubi REST APIs? #7185
Unanswered
mostafa4del1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’ve implemented custom authentication, which works well, but I’m unable to enforce fine-grained authorization on the REST APIs. For example, I want to prevent users from terminating other users’ sessions, and I’d like to restrict certain admin resource functionality only to super admin users. Currently, I don’t see any solution for this: the documentation mentions AuthZ, but it doesn’t apply to REST API authorization, and from reviewing the code, there doesn’t appear to be any authorization filter layer in place.
Beta Was this translation helpful? Give feedback.
All reactions