]
Work on TEIID-5844 started by Steven Hawkins.
---------------------------------------------
Schema level permissions are not checked proactively for foreign
temporary tables
---------------------------------------------------------------------------------
Key: TEIID-5844
URL:
https://issues.redhat.com/browse/TEIID-5844
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Minor
Fix For: 14.0
Anyone with the permission to create a temporary table can create a foreign temporary
table. From there we'll check the permissions on operations against the schema. It
would be nice to error out on the create temporary table if the user is not going to be
sufficient permissioned to use it. It's currently not the case, but if we ever have
source level side effects from create foreign temp, then it becomes important to prevent
the create as well.