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/04/11 21:33:00 UTC

[jira] [Created] (IGNITE-19277) Add authorization of Ignite node stop/restart operations.

Mikhail Petrov created IGNITE-19277:
---------------------------------------

             Summary: Add authorization of Ignite node stop/restart operations.
                 Key: IGNITE-19277
                 URL: https://issues.apache.org/jira/browse/IGNITE-19277
             Project: Ignite
          Issue Type: Bug
            Reporter: Mikhail Petrov


Before https://issues.apache.org/jira/browse/IGNITE-15322 IgniteCluster#restartNodes()/stopNodes() operations were authorized by the name of the internal tasks that is used during their execution - org.apache.ignite.internal.cluster.IgniteKillTask.

After https://issues.apache.org/jira/browse/IGNITE-15322 has been resolved, authorization of internal tasks is no longer performed. So IgniteCluster#restartNodes()/stopNodes()  operations are not authorized at all.

We must to fix it.



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