Re: [EXT] Re: Kicking the Kerberos out of org.apache.nifi.hadoop

2019-04-30 Thread Bryan Bende
sHttpClientConfigurer` to nifi-security-utils? > > Thanks, > Peter > > > -Original Message- > From: Bryan Bende > Sent: Tuesday, April 30, 2019 10:33 AM > To: dev@nifi.apache.org > Subject: [EXT] Re: Kicking the Kerberos out of org.apache.nifi.hadoop >

RE: [EXT] Re: Kicking the Kerberos out of org.apache.nifi.hadoop

2019-04-30 Thread Peter Wicks (pwicks)
, Peter -Original Message- From: Bryan Bende Sent: Tuesday, April 30, 2019 10:33 AM To: dev@nifi.apache.org Subject: [EXT] Re: Kicking the Kerberos out of org.apache.nifi.hadoop I created a mini-kerberos framework here in nifi-security-utils that does not depend on Hadoop: https://nam01

Re: Kicking the Kerberos out of org.apache.nifi.hadoop

2019-04-30 Thread Bryan Bende
I created a mini-kerberos framework here in nifi-security-utils that does not depend on Hadoop: https://github.com/apache/nifi/tree/master/nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/krb The first use-case was for the Solr processors and I believe this code is also

Kicking the Kerberos out of org.apache.nifi.hadoop

2019-04-30 Thread Peter Wicks (pwicks)
I was thinking of moving the non-Hadoop specific Kerberos classes out of org.apache.nifi.hadoop into a more central location. There are some good utility classes, such as KerberosKeytabCredentials, that it would be nice to have centralized into a non-Hadoop specific library. Would it be