Does the thrift user have to build all the user authentication into the protocol? It seems like there should be some standard, reliable, vetted mechanism that could be layered into Thrift.
-craig > Date: Wed, 25 Sep 2013 10:18:16 -0700 > Subject: Re: username/password - security in Apache Thrift > From: [email protected] > To: [email protected] > > You could use SSL sockets as a secure way to xmit un/pw. Wouldn't that work > for you? > > > On Wed, Sep 25, 2013 at 9:53 AM, Rajneesh kapur <[email protected]> wrote: > > > Hello, > > > > I was just wondering if there is any username/password level security build > > in framework level. I see we can use SSL but for us we just need simple > > check for username/password. > > > > thanks for help. > > -rajneesh > >
