grant all should not be transitive to importing vdbs
----------------------------------------------------
Key: TEIID-3051
URL:
https://issues.jboss.org/browse/TEIID-3051
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.7
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.7.1, 8.9
If the grant all option is in an imported vdb it will not only grant all permissions in
the imported vdb, but the importing vdb as well. We should ensure that the scope is
narrower - however there are some permissions that are currently not schema scoped (such
as temp table support) that would still be picked up from the imported vdb.