kyuubi/extensions
Thomas Prelle e5743c8309 [KYUUBI #4255][AUTHZ] Add authz for describe relation
### _Why are the changes needed?_
During a describe table call, if the table it's a v2 table, it's a DescribeRelation a not a DescribeTableCommand.

So DescribeRelation should have same authorization than DescribeTableCommand.

Fix https://github.com/apache/kyuubi/issues/4255

### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4257 from tprelle/fixDescribeRelationAuthz.

Closes #4255

3ffdbc9d [Thomas Prelle] [AUTHZ] Add authz for describe relation

Authored-by: Thomas Prelle <thomas.prelle@ubisoft.com>
Signed-off-by: liangbowen <liangbowen@gf.com.cn>
2023-02-09 00:06:07 +08:00
..
server/kyuubi-server-plugin [KYUUBI #3897] Supplying pluggable GroupProvider 2022-12-05 19:30:33 +08:00
spark [KYUUBI #4255][AUTHZ] Add authz for describe relation 2023-02-09 00:06:07 +08:00
README.md [KYUUBI #2292] Unify kyuubi server plugin location 2022-04-08 10:16:11 +08:00

For developers

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

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