Re: NiFi NAR plugin repo

2020-07-14 Thread Mike Thomsen
Yeah, thanks. On Tue, Jul 14, 2020 at 4:21 PM Kevin Doran wrote: > > Hi Mike, > > Is this what you are looking for? > https://github.com/apache/nifi-maven > > Hope this helps, > Kevin > > > On Jul 14, 2020, at 14:36, Mike Thomsen wrote: > > > > Where is

Re: NiFi NAR plugin repo

2020-07-14 Thread Kevin Doran
Hi Mike, Is this what you are looking for? https://github.com/apache/nifi-maven Hope this helps, Kevin > On Jul 14, 2020, at 14:36, Mike Thomsen wrote: > > Where is the repo for the NAR plugin? > > Thanks, > > Mike

NiFi NAR plugin repo

2020-07-14 Thread Mike Thomsen
Where is the repo for the NAR plugin? Thanks, Mike

Re: [discuss] 1.12.0 or 1.11.5...

2020-07-14 Thread Bryan Bende
Spoke with Nathan again and there is still more work to do for OIDC in registry. If no one objects, I'll work on kicking out an RC for 0.7.0 tomorrow morning, and we can land OIDC for the next release, likely an 0.8.0. On Tue, Jul 7, 2020 at 8:48 AM Bryan Bende wrote: > I can be RM for an

Re: LDAP Setup in Nifi

2020-07-14 Thread Ren Yang
Once you log in Nifi with your certificate, you need to create a user that already exists your LDAP system. After that, you can use this account to login Nifi. This step is very important and Nifi wouldn't sync accounts in your LDAP system. Govindprasad, Nirmal 于2020年7月14日周二 下午7:16写道: > HI, > I

Re: Derby as DBCP service, error from Kerberos?

2020-07-14 Thread Russell Bateman
Oopsie! Okay, too early for my eyes to pick up on that difference. Indeed, it works now. Thanks a million, Bryan! On 7/14/20 8:25 AM, Bryan Bende wrote: The one I referenced is actually "nifi-kerberos-credentials-service-api" and you have "nifi-kerberos-credentials-service". On Tue, Jul 14,

Re: Derby as DBCP service, error from Kerberos?

2020-07-14 Thread Bryan Bende
The one I referenced is actually "nifi-kerberos-credentials-service-api" and you have "nifi-kerberos-credentials-service". On Tue, Jul 14, 2020 at 10:24 AM Russell Bateman wrote: > Thanks for the responses. I did have this dependency already before > mailing to the forum: > > >

Re: Derby as DBCP service, error from Kerberos?

2020-07-14 Thread Russell Bateman
Thanks for the responses. I did have this dependency already before mailing to the forum:         1.11.0     ...       org.apache.nifi   *nifi-kerberos-credentials-service*   ${nifi.version}     Other thoughts? I tried debugging through this as both test scope and no specified

Re: Derby as DBCP service, error from Kerberos?

2020-07-14 Thread Matt Burgess
Don't forget to include that service with "test" scope so it doesn't get included in the "real" bundle. On Tue, Jul 14, 2020 at 9:49 AM Bryan Bende wrote: > > It looks like you are missing a dependency in your project... > >

Re: Derby as DBCP service, error from Kerberos?

2020-07-14 Thread Bryan Bende
It looks like you are missing a dependency in your project... https://github.com/apache/nifi/blob/main/nifi-nar-bundles/nifi-standard-services/nifi-dbcp-service-bundle/nifi-dbcp-service/pom.xml#L50-L55 On Mon, Jul 13, 2020 at 5:24 PM Russell Bateman wrote: > I'm trying to use Apache Derby as

LDAP Setup in Nifi

2020-07-14 Thread Govindprasad, Nirmal
HI, I am facing issues while setting up the LDAP configuration. If I have certificate installed in bowser then it logs me in. otherwise it will ask for the username and password and I am unable to use any credentials. Can you please help to verify my setup? I have modified below files. Let me