Are there any access control for ignite rest api

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Are there any access control for ignite rest api

kcheng.mvp
Hi All,

Are there any access control fro Ignite Access Control? For my case I just
want get related rest api can be accessed ?
Of course it's better to have fine control



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Are there any access control for ignite rest api

dmagda
Hi,

What’s Ignite Access Control? I’ve never heard about this tool/component.


Denis

> On Dec 1, 2017, at 8:00 AM, kcmvp <[hidden email]> wrote:
>
> Hi All,
>
> Are there any access control fro Ignite Access Control? For my case I just
> want get related rest api can be accessed ?
> Of course it's better to have fine control
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Are there any access control for ignite rest api

kcheng.mvp
my case is that I just want the external can use get cmd as I dont want to
the data to be updated or deleted.

Thanks,
Ken Cheng

On Sat, Dec 2, 2017 at 1:49 AM, Denis Magda <[hidden email]> wrote:

> Hi,
>
> What’s Ignite Access Control? I’ve never heard about this tool/component.
>
> —
> Denis
>
> > On Dec 1, 2017, at 8:00 AM, kcmvp <[hidden email]> wrote:
> >
> > Hi All,
> >
> > Are there any access control fro Ignite Access Control? For my case I
> just
> > want get related rest api can be accessed ?
> > Of course it's better to have fine control
> >
> >
> >
> > --
> > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Are there any access control for ignite rest api

Prachi Garg
Ken,

For access control, you can either implement the GridSecurityProcessor
interface as part of a custom plugin [1], or choose to use a 3rd party
implementation [2].

[1] https://apacheignite.readme.io/docs/plugins
[2] https://docs.gridgain.com/docs/security-and-audit


On Sat, Dec 2, 2017 at 5:44 AM, Ken Cheng <[hidden email]> wrote:

> my case is that I just want the external can use get cmd as I dont want to
> the data to be updated or deleted.
>
> Thanks,
> Ken Cheng
>
> On Sat, Dec 2, 2017 at 1:49 AM, Denis Magda <[hidden email]> wrote:
>
> > Hi,
> >
> > What’s Ignite Access Control? I’ve never heard about this tool/component.
> >
> > —
> > Denis
> >
> > > On Dec 1, 2017, at 8:00 AM, kcmvp <[hidden email]> wrote:
> > >
> > > Hi All,
> > >
> > > Are there any access control fro Ignite Access Control? For my case I
> > just
> > > want get related rest api can be accessed ?
> > > Of course it's better to have fine control
> > >
> > >
> > >
> > > --
> > > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Are there any access control for ignite rest api

kcheng.mvp
Thank you, I will have a try



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/