Created 08-10-2018 06:25 AM
I have enabled kerberos on hdf,but when i open nifi UI,there is no user login web. What else should i configure for login authenticcaion?
Created 08-10-2018 06:31 AM
Have you following the steps mentioned in the below article to configure SPNEGO for NiFi?
Created 08-10-2018 06:31 AM
Have you following the steps mentioned in the below article to configure SPNEGO for NiFi?
Created on 08-13-2018 02:23 AM - edited 08-17-2019 07:51 PM
I have used toolkit to generate keystore.jks and truststore.jks, and enabled ssl for nifi.But another problem encountered.
./tls-toolkit.sh standalone -n 'hadfnode1' -C 'CN=admin/admin, OU=NIFI.COM' -f /usr/hdf/current/nifi/conf/nifi.properties -o'./target2' -K hadoop -P hadoop -S hadoop
I access https://xxx:9091/nifi and have loaded p12 file into broswer.But it accured 'Insufficient Permissions' exception.
Thanks.