Details
Description
Prior to https://issues.apache.org/jira/browse/IGNITE-15322, all DotNet and CPP tasks were authorized by the name of the internal Ignite system task that executes them on the Java side.
After https://issues.apache.org/jira/browse/IGNITE-15322 has been resolved, authorization of internal tasks is no longer performed. As a result, we do not have the ability to control the authorization of DotNet/CPP tasks. We need to implement it.
It is proposed to reuse the same approach that the Java implementation uses - to authorize DotNet tasks by their FQN - to authorize CPP tasks by the name f the corresponding binary type.
Attachments
Issue Links
- links to