Member since
07-18-2022
5
Posts
0
Kudos Received
0
Solutions
12-15-2023
10:46 AM
I have a Vault server running propertly, and I have 2 folders ( app and test ) with my key/values configured. Inside the path sandbox/k8s_cluster-01_corp_sandbox/digital_transformation/dt_integrations/dt-apachenifi I configured the client service pointing to Vault server above, and the necessary permissions ( LIST and GET ) were granted to approle that Nifi is using. But when I try to configure the parameter provider, I always get the same error. If I run the curl commands from terminal using the approle, it works like a charm. And this terminal I ran from the EC2 that apache nifi is running, so it is not a problem in the communication. I am using Nifi 1.19.1 and Vault 1.11.4, no way of getting this working... I would appreciate any help.
... View more
Labels:
- Labels:
-
Apache NiFi
12-04-2023
04:09 AM
Hi @SAMSAL. Now it is clear to me why it wasn't working. JOLT has a tricky learning curve, isn't it ? I do appreciate your attention on helping me. Thanks !!!!
... View more
07-18-2022
02:02 PM
Hi Matt, thanks a lot for the explanation. I changed the path from truststore.jks to $JAVA_HOME\lib\security\cacerts on the StandardRestrictedSSLContextService settings , and worked fine !!!
... View more