Member since
12-22-2016
11
Posts
0
Kudos Received
0
Solutions
09-16-2017
05:16 AM
@Frank Maritato Can i run your python code in ExecuteScript processor - which means i am stopping an processor from another one within nifi. If yes? will your code work if security for nifi is enabled like LDAP authentication. Can you show light on "nifiapi" is it an api provided by nifi.
... View more
02-28-2017
09:09 AM
Yes, because we are using a generic application user id and we would have it encrypted in a property file.
... View more
02-23-2017
02:38 PM
Thanks Matt, so in case if am using an Apache HTTP client package and executing the above rest calls within in a executable jar file, then i would need need to do decryption of encrypted password and hit it in the way above...
... View more
02-23-2017
01:07 PM
After LDAP configuration, if i execute a curl command and make NIFI REST Client call: "curl -i -k -X GET https://URL/nifi-api/flow/process-groups/16fc1e19-12ed-133d-079e-613116e15383" i get the error: "Unable to perform the desired action due to insufficient permissions. Contact the system administrator.". Which means i need to use one of the options mentioned in /nifi-api/access/ - to authenticate and then perform the above curl command to succeed. The REST calls against /nifi-api/access works meaning: "curl -i -k -X GET https://URL/nifi-api/access" returns: "{"accessStatus":{"status":"UNKNOWN","message":"No credentials supplied, unknown user."}}"
... View more
Labels:
- Labels:
-
Apache NiFi