-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2.0.0-incubating
-
Component/s: Security
-
Labels:None
If Ranger mode is enable, HAWQ send wrong request to RPS for PXF Hcatalog.
gpadmin=# select count from hcatalog.default.twitterexampletextexample;
ERROR: permission denied for relation(s): default.twitterexampletextexample
RPS log:
```
```
Notice `resource":"gpadmin/default/twitterexampletextexample` where gpadmin is my database name for the psql session. HAWQ should have sent `resource":"hcatalog/default/twitterexampletextexample` to RPS for policy check.
- is duplicated by
-
HAWQ-1410 Add basic test case for hcatalog with ranger
-
- Closed
-
- links to