You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kaveen Raajan (JIRA)" <ji...@apache.org> on 2016/08/11 11:07:20 UTC

[jira] [Comment Edited] (THRIFT-1620) SASL support for C++

    [ https://issues.apache.org/jira/browse/THRIFT-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417010#comment-15417010 ] 

Kaveen Raajan edited comment on THRIFT-1620 at 8/11/16 11:06 AM:
-----------------------------------------------------------------

Hi,

Any update on including SASL support for C++?

I’ve been trying to add security to my project which uses Apache Thrift. In C#, there is a class TSASLClientTransport which accepts the parameters TSocket, username and password. Similarly I need a C++ class, so that I can implement the same.

I tried to apply patch available in this task though THRIFT-1667. Using this patch I imported the TsaslTransport class, but I don’t find a way to provide username/pwd here.Is there a way to provide PLAIN authentication in thrift using c++?

Say any pullrequest (or) workarea on github to contribute on this?


was (Author: kaveenbigdata):
Hi,

Any update on including SASL support for C++?

I’ve been trying to add security to my project which uses Apache Thrift. In C#, there is a class TSASLClientTransport which accepts the parameters TSocket, username and password. Similarly I need a C++ class, so that I can implement the same.

I tried to apply patch available in this task though THRIFT-1667. Using this patch I imported the TsaslTransport class, but I don’t find a way to provide username/pwd here.Is there a way to provide PLAIN authentication in thrift using c++?

Say any pullrequest to contribute on this?

> SASL support for C++ 
> ---------------------
>
>                 Key: THRIFT-1620
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1620
>             Project: Thrift
>          Issue Type: New Feature
>          Components: C++ - Library
>            Reporter: Luke Lu
>              Labels: c++, sasl
>
> THRIFT-876 added SASL support for Java. This issue tries to do the same for C++.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)