Member since
08-25-2017
7
Posts
0
Kudos Received
0
Solutions
10-25-2018
03:11 PM
Hi @Matt Clarke Is there anyway to use the encrypted password or keytab instead of passing the plain password while obtaining the token? token=$(curl 'https://server:port/nifi-api/access/token' --data 'username=userid&password=xxxx')
... View more