[ 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)