Member since
05-20-2024
1
Post
1
Kudos Received
0
Solutions
05-20-2024
04:41 AM
1 Kudo
Do not need to SSL Context (in my case Secure Nifi 1.14.0) , i tried it, just put certificate files, where it supposed to stay. U can get Token first within InvokeHttpRequest and set it new Attribute (named accessToken) on Update Attribute process, then add new attribute to second InvokeHttpRequest (named Authorization --> Bearer ${accessToken}). thats it.
... View more