You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by peter-toth <gi...@git.apache.org> on 2018/04/12 11:24:17 UTC

[GitHub] nifi issue #2630: NIFI-5041 Adds SPNEGO authentication to LivySessionControl...

Github user peter-toth commented on the issue:

    https://github.com/apache/nifi/pull/2630
  
    This improvement of LivySessionController uses the KerberosCredentialsService to fetch a principal and a keytab and provide SPNEGO authentication towards a Livy server.
    
    In the implementation I switched from HttpURLConnections to HttpClient, which can be configured to do an SPNEGO handshake. 


---