Re: Model of permissions for Ignite 3

2021-09-28 Thread Valentin Kulichenko
t; > чт, 8 апр. 2021 г. в 23:54, Andrey Kuznetsov > >: >> > > > > > >> > > > > > > Hi Denis! >> > > > > > > >> > > > > > > The idea and prototype look great. >> > > > > > > >> > > >

Re: Model of permissions for Ignite 3

2021-04-20 Thread Valentin Kulichenko
> > > > > I'd like to highlight one arguable point. Default authorization > > > > > > > implementation still assumes there are permissions provided in > > > > > > > SecuritySubject. In turn, authentication is still responsible > for &

Re: Model of permissions for Ignite 3

2021-04-20 Thread Denis Garus
I'd like to highlight one arguable point. Default authorization > > > > > > implementation still assumes there are permissions provided in > > > > > > SecuritySubject. In turn, authentication is still responsible for > > > > filling > &

Re: Model of permissions for Ignite 3

2021-04-19 Thread Valentin Kulichenko
gt; > > authorization, > > > > > so that GridSecurityProcessor implementation is fully responsible > for > > > > > obtaining permissions for SecuritySubject given on authorization. > In > > > > > particular, implementation can choose

Re: Model of permissions for Ignite 3

2021-04-12 Thread Kseniya Romanova
f > bundling > > > > permissions with SecuritySubject. > > > > > > > > Makes sense? > > > > > > > > чт, 8 апр. 2021 г. в 17:52, Denis Garus : > > > > > > > > > Sorry, I forgot to point the link >

Re: Model of permissions for Ignite 3

2021-04-12 Thread Alexei Scherbakov
t; > permissions with SecuritySubject. > > > > > > Makes sense? > > > > > > чт, 8 апр. 2021 г. в 17:52, Denis Garus : > > > > > > > Sorry, I forgot to point the link > > > > > > > > 1. https://github.com/apache/ignite/pu

Re: Model of permissions for Ignite 3

2021-04-11 Thread Denis Garus
> 1. https://github.com/apache/ignite/pull/8989 > > > > > > чт, 8 апр. 2021 г. в 17:50, Denis Garus : > > > > > > > Hello, Igniters! > > > > > > > > I want to propose to improve the way which we use > > > > to present permiss

Re: Model of permissions for Ignite 3

2021-04-09 Thread Alexey Goncharuk
; > Sorry, I forgot to point the link > > > > 1. https://github.com/apache/ignite/pull/8989 > > > > чт, 8 апр. 2021 г. в 17:50, Denis Garus : > > > > > Hello, Igniters! > > > > > > I want to propose to improve the way which we use > > &g

Re: Model of permissions for Ignite 3

2021-04-08 Thread Andrey Kuznetsov
г. в 17:52, Denis Garus : > Sorry, I forgot to point the link > > 1. https://github.com/apache/ignite/pull/8989 > > чт, 8 апр. 2021 г. в 17:50, Denis Garus : > > > Hello, Igniters! > > > > I want to propose to improve the way which we use > > to present

Re: Model of permissions for Ignite 3

2021-04-08 Thread Denis Garus
Sorry, I forgot to point the link 1. https://github.com/apache/ignite/pull/8989 чт, 8 апр. 2021 г. в 17:50, Denis Garus : > Hello, Igniters! > > I want to propose to improve the way which we use > to present permissions in Ignite 3. > > The model of permission in Ignite has

Model of permissions for Ignite 3

2021-04-08 Thread Denis Garus
Hello, Igniters! I want to propose to improve the way which we use to present permissions in Ignite 3. The model of permission in Ignite has a set of drawbacks. The main drawback, IMHO: if you need to add a new permission, you should change the core module by extended the 'SecurityPermission