Ilya Kazakov created IGNITE-15322:
-------------------------------------
Summary: System tasks should run without any explicitly granted
permissions
Key: IGNITE-15322
URL: https://issues.apache.org/jira/browse/IGNITE-15322
Project: Ignite
Issue Type: Improvement
Components: compute, security
Reporter: Ilya Kazakov
For example, this code needs TASK_EXECUTE permissions.
{code:java}
Affinity affinity = ignite.affinity("TEST");
affinity.mapKeysToNodes(Arrays.asList(1L,100L, 1000L));{code}
This is unexpected behavior, because:
- the task started implicitly (under the hood), customer should not to know
about it.
- this is a system task (not defined by a customer), the tasks needs for a
normal grid workflow.
Also, I suppose there are any other implicitly tasks, which could lead to
unexpected behavior (need permissions).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)