You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Denis Garus (Jira)" <ji...@apache.org> on 2020/07/29 09:37:00 UTC

[jira] [Updated] (IGNITE-13301) IgniteScheduler has to run inside the Ignite Sandbox with appropriate security context.

     [ https://issues.apache.org/jira/browse/IGNITE-13301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Garus updated IGNITE-13301:
---------------------------------
    Summary: IgniteScheduler has to run inside the Ignite Sandbox with appropriate security context.  (was: IgniteScheduler has to run inside the Ignite Sandbox.)

> IgniteScheduler has to run inside the Ignite Sandbox with appropriate security context.
> ---------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13301
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13301
>             Project: Ignite
>          Issue Type: Task
>          Components: security
>            Reporter: Denis Garus
>            Assignee: Denis Garus
>            Priority: Major
>              Labels: iep-38
>
> IgniteScheduler has to run inside the Ignite Sandbox on a remote node.
> For example:
> {code:java}
> Ignition.localIgnite().compute().run(() -> {
>             IgniteScheduler scheduler = Ignition.localIgnite().scheduler();
>             scheduler.runLocal(AbstractSandboxTest::controlAction).get();
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)