Member since
09-16-2022
3
Posts
0
Kudos Received
0
Solutions
09-16-2022
12:32 AM
You need to create an initial admin account , Go to your authorizers.xml file and add your ldap username "cn=xxx,ou=xx,dc=xxx,dc=xxx" in the Initial Admin Identity property, it will create admin user and you will log on to NiFi as admin and create policies for other users
... View more
09-16-2022
12:18 AM
I have a Handle HTTP Request Processor to receive incoming requests , which have various workflows connected to it, I want to apply authentication on this processor for incoming requests, I have figured out that I need to set "Need Authentication" and configure a secure socket layer Context service, But I have no idea how secure socket layer works, what are key stores and trust stores ? how to generate them and how to use them, Do the client needs to send certificates ? how do I verify it ? I intend to test it by sending request to this processor using Postman. Any help is appreciated, Thank You.
... View more
Labels:
- Labels:
-
Apache NiFi