kyuubi/extensions
liangbowen c577dc7e06
[KYUUBI #3605] [Authz] support catalog in PrivilegeObject and AccessResource
### _Why are the changes needed?_

to close #3605.

1. add `catalog` in AccessResource for Ranger plugin auth by catalog
2. add `catalog` in PrivilegeObject, and pass it to AccessResource

### _How was this patch tested?_
- [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #3981 from bowenliang123/3605-poar-cat.

Closes #3605

ab057c7fc [liangbowen] update ut
4fae686b7 [liangbowen] update ut name
f63f6cf59 [liangbowen] fix " multiple overloaded alternatives of method apply define default arguments." problem in AccessResource
2135aaba2 [liangbowen] add catalog in PrivilegeObject and passing to AccessResource
99d808ba8 [liangbowen] add catalog in AccessResource

Authored-by: liangbowen <liangbowen@gf.com.cn>
Signed-off-by: Kent Yao <yao@apache.org>
2022-12-16 14:05:18 +08:00
..
server/kyuubi-server-plugin [KYUUBI #3897] Supplying pluggable GroupProvider 2022-12-05 19:30:33 +08:00
spark [KYUUBI #3605] [Authz] support catalog in PrivilegeObject and AccessResource 2022-12-16 14:05:18 +08:00
README.md

For developers

This folder contains plugins/extension for kyuubi server and different engine types.

  • ext
    • kyuubi-server
    • spark
    • flink
    • trino
    • hive
    • others
    • ...