You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2023/03/14 20:41:00 UTC

[jira] [Created] (IGNITE-19030) .NET: Add authorization of DotNet tasks.

Mikhail Petrov created IGNITE-19030:
---------------------------------------

             Summary: .NET: Add authorization of DotNet tasks.
                 Key: IGNITE-19030
                 URL: https://issues.apache.org/jira/browse/IGNITE-19030
             Project: Ignite
          Issue Type: Task
            Reporter: Mikhail Petrov


Prior to https://issues.apache.org/jira/browse/IGNITE-15322, all DotNet 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 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)