Re: [VOTE] Release Apache NiFi 1.13.0 (rc4)

2021-02-12 Thread Muazma Zahid
+1 (non-binding) - Ran build with OpenJDK 1.8.0_275 on Linux - Deployed cluster on Azure and tested flows with Blob, ADLS, and CosmosDB processors. Looks good to me. Thanks Muazma On Fri, Feb 12, 2021 at 3:38 PM Sushil Kumar wrote: > +1 (non-binding) Release this package as nifi-1.13.0 > >

Re: [VOTE] Release Apache NiFi 1.13.0 (rc4)

2021-02-12 Thread Sushil Kumar
+1 (non-binding) Release this package as nifi-1.13.0 Deployed this via helm chart(https://github.com/sushilkm/nifi-chart) on kubernetes. Thank you to all the contributors and reviewers. On Fri, Feb 12, 2021 at 2:13 PM Marc Parisi wrote: > +1 > - Verified sigs and hashes > - Built on PopOS w/

Re: [VOTE] Release Apache NiFi 1.13.0 (rc4)

2021-02-12 Thread Marc Parisi
+1 - Verified sigs and hashes - Built on PopOS w/ java 8 && 11 - Tested with basic flow sending data to various devices w/ Secured transport - Tested secured w/ secured nifi reg. Thanks, Marc On Fri, Feb 12, 2021 at 2:56 PM Andrew Lim wrote: > +1 (binding) > > -Tested secure NiFi with secure

Re: [VOTE] Release Apache NiFi 1.13.0 (rc4)

2021-02-12 Thread Andrew Lim
+1 (binding) -Tested secure NiFi with secure NiFi Registry 0.8.0 -Ran basic flows successfully -Tested basic versioned flow functionality -Reviewed and tested Core UI fixes and Documentation updates Drew > On Feb 10, 2021, at 11:37 PM, Joe Witt wrote: > > Hello, > > I am pleased to be

Re: [VOTE] Release Apache NiFi 1.13.0 (rc4)

2021-02-12 Thread Mark Bean
+1 (non-binding) Verified signature and checksums Downloaded source and built with Java 8 and Java 11 mvn -T 1C clean install -Pcontrib-check,include-grpc MacOS, 10.15.7 Java 11.0.9, x86_64 Java 1.8.0_282, x86_64 Maven 3.6.3 Verified README, NOTICE and LICENSE Ran in both Java 8 and

Re: Confluence write access

2021-02-12 Thread Marton Szasz
Thank you, Marc. I can now edit the pages, no issues. Marton On Thu, Feb 11, 2021, 6:42 PM Marc Parisi wrote: > Marton, > > Sorry for the late reply, I gave you perms to add and update the spaces. > Please let me know if you have any issues. > > Thanks, > Marc > > On Mon, Feb 8, 2021 at 10:27

Re: [VOTE] Release Apache NiFi 1.13.0 (rc4)

2021-02-12 Thread Joey Frazee
+1 (non-binding) - Verified checksums, signatures, and commit id - Ran builds with Java 1.8 and 11 on Linux and macOS, and validated RPM build profile - Tested cluster coordination and state management with both embedded and external ZooKeepers with and without TLS - Verified fix for

Re: Username/Password authentication

2021-02-12 Thread Bryan Bende
The available authentication mechanisms are... - Client certificate - Kerberos SPNEGO - Keberos login identity provider - LDAP login identity provider - OpenID Connect - Apache Knox SSO - SAML (soon to be released) You can also implement your own LoginIdentityProvider. We currently don't

Re: Username/Password authentication

2021-02-12 Thread Edward Armes
Hi Sumant, The best way to do this would be using an approach known as Basic Authentication. information you need to enable this can be found in Administration guide which can be found here: https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html Regards Edward On Fri, Feb 12,

Re: Username/Password authentication

2021-02-12 Thread Sumanta Mishra
Adding us...@nifi.apache.org On Fri, Feb 12, 2021 at 5:40 PM Sumanta Mishra < sumanta.mis...@magicedtech.com> wrote: > Hi, > > Is there any direct and simple way to set username and password within > Nifi? So that: > >- I can create users >- Share the credentials with the users >-