[ 
https://issues.apache.org/jira/browse/THRIFT-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tyler Hobbs updated THRIFT-1719:
--------------------------------

    Attachment: 1719-python-sasl.txt

Attached patch adds a client TSaslTransport for Python and Twisted Python.

These transports are based on a basic pure-Python SASL library that I created 
here: https://github.com/thobbs/pure-sasl. The existing SASL libraries for 
Python either had C extensions and strong dependencies on C libraries, or were 
poorly adopted and, in my opinion, lacking in quality.  Since there was not a 
clearly good option for a SASL library, I figured a clean start was acceptable.

I'm certainly open to any suggestions, though I know most people won't have an 
environment available to test this well. If it would be useful, I can have 
another developer from DataStax review the code here.
                
> 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