-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
DV Sprint 60
-
3
-
Documentation (Ref Guide, User Guide, etc.), Release Notes
-
Medium
Hello,
I am currently trying to set a set of permissions on a table/view. Hence a condition on INSERT,UPDATE,DELETE and an unconditioned SELECT.
However, it seems that conditioned and unconditioned GRANT statements do not work together.
GRANT INSERT,UPDATE,DELETE ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" CONDITION 'UserDefinedProducts_SRC.fkProfile in (SELECT Account.idProfile FROM Account WHERE Account.uuidUser = LEFT(user(), 36) )' TO odata; GRANT SELECT ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" TO odata; REVOKE ALTER,EXECUTE ON TABLE "my_nutri_diary.UserDefinedProducts_SRC" FROM odata;
- causes
-
TEIID-6050 Unable to MASK data using odata-sample
- Resolved
- is related to
-
TEIID-5841 Authorization of table name that contain .
- Resolved
-
TEIID-5840 Add validation of grant / revoke targets
- Resolved
-
TEIID-5842 Better define the schema object namespaces
- Resolved