[jira] [Commented] (THRIFT-889) Add SPNEGO support to Thrift HTTP transport

2017-10-10 Thread Jens Geyer (JIRA)

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

Jens Geyer commented on THRIFT-889:
---

> My understanding is that Facebook's Thrift library is a fork of Apache Thrift?

No. FB opensourced Thrift twice. The first one became what is now known as 
Apache Thrift, the second is a later re-release of their (FBs) codebase. There 
still is some exchange between the projects.

> Would it be possible to merge back Kerberos 

Not sure if a simple merge will do, but yes.

> Add SPNEGO support to Thrift HTTP transport
> ---
>
> Key: THRIFT-889
> URL: https://issues.apache.org/jira/browse/THRIFT-889
> Project: Thrift
>  Issue Type: New Feature
>  Components: Java - Library
>Reporter: Carl Steinbach
> Attachments: SPNEGO_cropped.png
>
>
> [SPNEGO|http://en.wikipedia.org/wiki/SPNEGO] is the standard mechanism for 
> Kerberos authentication over HTTP. 
> Thrift should give users the option of using a Thrift HTTP client or server 
> that is capable of authentication using SPNEGO/Kerberos. This will be useful 
> for Hadoop which has chosen Kerberos as its standard authentication protocol, 
> as well as people who need to use Kerberos authentication with Thrift based 
> services running in servlet containers like Tomcat.
> References:
> * [LGPL licensed SPNEGO library for Java|http://spnego.sourceforge.net/]
> * [Glassfish Spnego project|https://spnego.dev.java.net/]
> * [SPNEGO authentication scheme for 
> HTTPClient|https://issues.apache.org/jira/browse/HTTPCLIENT-523]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (THRIFT-889) Add SPNEGO support to Thrift HTTP transport

2017-10-09 Thread Ruslan Dautkhanov (JIRA)

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

Ruslan Dautkhanov commented on THRIFT-889:
--

My understanding is that Facebook's Thrift library is a fork of Apache Thrift?
And it has Kerberos support. 
Would it be possible to merge back Kerberos support from 
https://github.com/facebook/fbthrift ?
Both are Apache-license based open-source products..

> Add SPNEGO support to Thrift HTTP transport
> ---
>
> Key: THRIFT-889
> URL: https://issues.apache.org/jira/browse/THRIFT-889
> Project: Thrift
>  Issue Type: New Feature
>  Components: Java - Library
>Reporter: Carl Steinbach
> Attachments: SPNEGO_cropped.png
>
>
> [SPNEGO|http://en.wikipedia.org/wiki/SPNEGO] is the standard mechanism for 
> Kerberos authentication over HTTP. 
> Thrift should give users the option of using a Thrift HTTP client or server 
> that is capable of authentication using SPNEGO/Kerberos. This will be useful 
> for Hadoop which has chosen Kerberos as its standard authentication protocol, 
> as well as people who need to use Kerberos authentication with Thrift based 
> services running in servlet containers like Tomcat.
> References:
> * [LGPL licensed SPNEGO library for Java|http://spnego.sourceforge.net/]
> * [Glassfish Spnego project|https://spnego.dev.java.net/]
> * [SPNEGO authentication scheme for 
> HTTPClient|https://issues.apache.org/jira/browse/HTTPCLIENT-523]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (THRIFT-889) Add SPNEGO support to Thrift HTTP transport

2015-09-10 Thread Jeffrey E Rodriguez (JIRA)

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

Jeffrey E  Rodriguez commented on THRIFT-889:
-

if this an open issue I will like to contribute.

> Add SPNEGO support to Thrift HTTP transport
> ---
>
> Key: THRIFT-889
> URL: https://issues.apache.org/jira/browse/THRIFT-889
> Project: Thrift
>  Issue Type: New Feature
>  Components: Java - Library
>Reporter: Carl Steinbach
> Attachments: SPNEGO_cropped.png
>
>
> [SPNEGO|http://en.wikipedia.org/wiki/SPNEGO] is the standard mechanism for 
> Kerberos authentication over HTTP. 
> Thrift should give users the option of using a Thrift HTTP client or server 
> that is capable of authentication using SPNEGO/Kerberos. This will be useful 
> for Hadoop which has chosen Kerberos as its standard authentication protocol, 
> as well as people who need to use Kerberos authentication with Thrift based 
> services running in servlet containers like Tomcat.
> References:
> * [LGPL licensed SPNEGO library for Java|http://spnego.sourceforge.net/]
> * [Glassfish Spnego project|https://spnego.dev.java.net/]
> * [SPNEGO authentication scheme for 
> HTTPClient|https://issues.apache.org/jira/browse/HTTPCLIENT-523]



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


[jira] [Commented] (THRIFT-889) Add SPNEGO support to Thrift HTTP transport

2015-09-10 Thread Jake Farrell (JIRA)

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

Jake Farrell commented on THRIFT-889:
-

hi [~jeffreyr97], patches for this would be welcome

> Add SPNEGO support to Thrift HTTP transport
> ---
>
> Key: THRIFT-889
> URL: https://issues.apache.org/jira/browse/THRIFT-889
> Project: Thrift
>  Issue Type: New Feature
>  Components: Java - Library
>Reporter: Carl Steinbach
> Attachments: SPNEGO_cropped.png
>
>
> [SPNEGO|http://en.wikipedia.org/wiki/SPNEGO] is the standard mechanism for 
> Kerberos authentication over HTTP. 
> Thrift should give users the option of using a Thrift HTTP client or server 
> that is capable of authentication using SPNEGO/Kerberos. This will be useful 
> for Hadoop which has chosen Kerberos as its standard authentication protocol, 
> as well as people who need to use Kerberos authentication with Thrift based 
> services running in servlet containers like Tomcat.
> References:
> * [LGPL licensed SPNEGO library for Java|http://spnego.sourceforge.net/]
> * [Glassfish Spnego project|https://spnego.dev.java.net/]
> * [SPNEGO authentication scheme for 
> HTTPClient|https://issues.apache.org/jira/browse/HTTPCLIENT-523]



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


[jira] [Commented] (THRIFT-889) Add SPNEGO support to Thrift HTTP transport

2013-06-21 Thread Jake Farrell (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13691040#comment-13691040
 ] 

Jake Farrell commented on THRIFT-889:
-

Hi Mikhail, as far as i'm aware no one has looked into implementing this, if 
someone (you?) would like to create a patch we would gladly review. If you are 
interested please see http://thrift.apache.org/docs/HowToContribute/

 Add SPNEGO support to Thrift HTTP transport
 ---

 Key: THRIFT-889
 URL: https://issues.apache.org/jira/browse/THRIFT-889
 Project: Thrift
  Issue Type: New Feature
  Components: Java - Library
Reporter: Carl Steinbach
 Attachments: SPNEGO_cropped.png


 [SPNEGO|http://en.wikipedia.org/wiki/SPNEGO] is the standard mechanism for 
 Kerberos authentication over HTTP. 
 Thrift should give users the option of using a Thrift HTTP client or server 
 that is capable of authentication using SPNEGO/Kerberos. This will be useful 
 for Hadoop which has chosen Kerberos as its standard authentication protocol, 
 as well as people who need to use Kerberos authentication with Thrift based 
 services running in servlet containers like Tomcat.
 References:
 * [LGPL licensed SPNEGO library for Java|http://spnego.sourceforge.net/]
 * [Glassfish Spnego project|https://spnego.dev.java.net/]
 * [SPNEGO authentication scheme for 
 HTTPClient|https://issues.apache.org/jira/browse/HTTPCLIENT-523]

--
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


[jira] [Commented] (THRIFT-889) Add SPNEGO support to Thrift HTTP transport

2012-09-27 Thread Eli Collins (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464488#comment-13464488
 ] 

Eli Collins commented on THRIFT-889:


Alfredo was contributed to Hadoop (HADOOP-7119) and is now just known as 
Hadoop Auth. We no longer maintain Alfredo.

 Add SPNEGO support to Thrift HTTP transport
 ---

 Key: THRIFT-889
 URL: https://issues.apache.org/jira/browse/THRIFT-889
 Project: Thrift
  Issue Type: New Feature
  Components: Java - Library
Reporter: Carl Steinbach
 Attachments: SPNEGO_cropped.png


 [SPNEGO|http://en.wikipedia.org/wiki/SPNEGO] is the standard mechanism for 
 Kerberos authentication over HTTP. 
 Thrift should give users the option of using a Thrift HTTP client or server 
 that is capable of authentication using SPNEGO/Kerberos. This will be useful 
 for Hadoop which has chosen Kerberos as its standard authentication protocol, 
 as well as people who need to use Kerberos authentication with Thrift based 
 services running in servlet containers like Tomcat.
 References:
 * [LGPL licensed SPNEGO library for Java|http://spnego.sourceforge.net/]
 * [Glassfish Spnego project|https://spnego.dev.java.net/]
 * [SPNEGO authentication scheme for 
 HTTPClient|https://issues.apache.org/jira/browse/HTTPCLIENT-523]

--
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


[jira] [Commented] (THRIFT-889) Add SPNEGO support to Thrift HTTP transport

2012-09-24 Thread Alex Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/THRIFT-889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13461927#comment-13461927
 ] 

Alex Liu commented on THRIFT-889:
-

cloudera has developed SPNEGO project Alfredo. 

https://github.com/cloudera/alfredo

it's based on JDK http client. It can be an alternative for HTTPClient.

 Add SPNEGO support to Thrift HTTP transport
 ---

 Key: THRIFT-889
 URL: https://issues.apache.org/jira/browse/THRIFT-889
 Project: Thrift
  Issue Type: New Feature
  Components: Java - Library
Reporter: Carl Steinbach
 Attachments: SPNEGO_cropped.png


 [SPNEGO|http://en.wikipedia.org/wiki/SPNEGO] is the standard mechanism for 
 Kerberos authentication over HTTP. 
 Thrift should give users the option of using a Thrift HTTP client or server 
 that is capable of authentication using SPNEGO/Kerberos. This will be useful 
 for Hadoop which has chosen Kerberos as its standard authentication protocol, 
 as well as people who need to use Kerberos authentication with Thrift based 
 services running in servlet containers like Tomcat.
 References:
 * [LGPL licensed SPNEGO library for Java|http://spnego.sourceforge.net/]
 * [Glassfish Spnego project|https://spnego.dev.java.net/]
 * [SPNEGO authentication scheme for 
 HTTPClient|https://issues.apache.org/jira/browse/HTTPCLIENT-523]

--
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