[
https://issues.apache.org/jira/browse/IGNITE-11712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Garus updated IGNITE-11712:
---------------------------------
Labels: iep-41 (was: )
> SQL: review security check for SQL/DML queries
> ----------------------------------------------
>
> Key: IGNITE-11712
> URL: https://issues.apache.org/jira/browse/IGNITE-11712
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Roman Kondakov
> Priority: Major
> Labels: iep-41
>
> Currently the security check (read/write permissions) is carried out during
> the query execution. It involves some extra actions (like a query
> registration) which can be avoided if the security check is conducted on the
> earlier stage of the query execution, for example right away after the
> parsing.
> For SELECT queries only read permission should be checked.
> For INSERT queries without SELECT only write permission should be checked.
> For UPDATE queries or INSERT queries with SELECT both read and write
> permissions should be checked.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)