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.