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

Tyler Hobbs commented on THRIFT-1719:
-------------------------------------

Hi Todd! I've tested it with Cassandra using the TSaslServerTransport for the 
normal Thrift API, but not with hive or hadoop.  I based the design somewhat on 
the work in Hue, but I found your SASL lib to be less than ideal where a 
pure-python library could easily work in its place, without any strict external 
dependencies.

I've primarily tested the GSSAPI mechanism, but have done some light testing of 
the other mechanisms.  The non-GSSAPI mechanisms were based heavily on Suelta, 
so there's not a ton of original code there.  I would certainly love to get 
some better testing of the non-GSSAPI mechanisms, but since those can be 
updated independently of Thrift, I wouldn't consider them deal-breakers for the 
purposes of this ticket.
                
> SASL client support for Python
> ------------------------------
>
>                 Key: THRIFT-1719
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1719
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Python - Library
>            Reporter: Tyler Hobbs
>            Assignee: Tyler Hobbs
>            Priority: Minor
>         Attachments: 1719-python-sasl.txt
>
>
> Add SASL client transports that will work with the Java lib's TSaslTransport

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to