Re: Token based authentication support added in Geode Develop

2019-10-07 Thread John Blum
then handing that to the Security Manager to do with as it pleases? > > > > > > > > We're not doing anything with actual token management? (i.e. > > generating, > > > > revoking, etc.). > > > > > > > > --Jens > > > > > > > >

Re: Token based authentication support added in Geode Develop

2019-10-07 Thread Joris Melchior
king, etc.). > > > > > > --Jens > > > > > > On Fri, Oct 4, 2019 at 10:59 AM Jinmei Liao wrote: > > > > > > > Hi, all > > > > > > > > JWT token based authentication support is added to Geode develop > > branch.

Re: Token based authentication support added in Geode Develop

2019-10-04 Thread John Blum
t; > --Jens > > > > On Fri, Oct 4, 2019 at 10:59 AM Jinmei Liao wrote: > > > > > Hi, all > > > > > > JWT token based authentication support is added to Geode develop > branch. > > > Currently only management v2 rest api can use this (we can ad

Re: Token based authentication support added in Geode Develop

2019-10-04 Thread Jinmei Liao
M Jinmei Liao wrote: > > > Hi, all > > > > JWT token based authentication support is added to Geode develop branch. > > Currently only management v2 rest api can use this (we can add dev rest > > there too if requested). In order to turn on token based auth fo

Re: Token based authentication support added in Geode Develop

2019-10-04 Thread Jens Deppe
, 2019 at 10:59 AM Jinmei Liao wrote: > Hi, all > > JWT token based authentication support is added to Geode develop branch. > Currently only management v2 rest api can use this (we can add dev rest > there too if requested). In order to turn on token based auth for > management rest

Token based authentication support added in Geode Develop

2019-10-04 Thread Jinmei Liao
Hi, all JWT token based authentication support is added to Geode develop branch. Currently only management v2 rest api can use this (we can add dev rest there too if requested). In order to turn on token based auth for management rest api, you will need to do these two things: 1. start your