> I dont think that is true. /** * *Gets authenticated node subject.* * * @param subjId Subject ID. * @return Security subject. * @throws IgniteCheckedException If error occurred. */ public SecuritySubject authenticatedSubject(UUID subjId) throws IgniteCheckedException;
> Nothing stops an implementer to return a Remote Client Security Subject. We must provide backward compatibility inside minor versions that is why we cannot expect inside the Ignite code base that an implementer returns a Remote Client Security Subject. > The primary issue is how to link the event which contains the remote node uuid ( but was originated by a remote client ) , to the originator remote client. Could you please create the issue with label iep-41? We'll fix it soon. ср, 11 мар. 2020 г. в 16:39, VeenaMithare <v.mith...@cmcmarkets.com>: > >>2. Method GridSecurityProcessor#authenticatedSubject returns > authenticated *node > subject* (from JavaDoc). > > I dont think that is true. Nothing stops an implementer to return a Remote > Client Security Subject. > > The primary issue is how to link the event which contains the remote node > uuid ( but was originated by a remote client ) , to the originator remote > client. > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ >