Created 02-16-2017 01:55 PM
Sorry for asking a silly questions: Does Nifi use One-way or two-way SSL authentication?
Thanks
Andy
Created 02-16-2017 02:25 PM
Hi @Andy Liang
In secured mode, the default authentication method is via 2-way TLS. If you configure another login identity provider. [1] Then you have the option of using 2-way TLS or either SPNEGO in browser or username/password login with 1 way TLS.
[1] https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication
Thanks,
Bryan
Created 02-16-2017 02:25 PM
Hi @Andy Liang
In secured mode, the default authentication method is via 2-way TLS. If you configure another login identity provider. [1] Then you have the option of using 2-way TLS or either SPNEGO in browser or username/password login with 1 way TLS.
[1] https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user-authentication
Thanks,
Bryan
Created 02-16-2017 02:26 PM
Most features of NiFi use two-way SSL while few allow for use of only One-way SSL.
Anything that is "machine" to "machine" requires two-way SSL. So using features like NiFi's Site-to-Site or SSL Context Controller services all utilize two-way SSL.
NiFi access to the UI only uses one-way ssl.
Thnaks,
Matt
Created 12-29-2017 01:02 PM
@Matt Clarke @brosander i am using kerberos as a login identity provider to secure nifi1.1.1 instance, could you please suggest do i need to provide two way ssl for this? or we dont need to do in Nifi-1.1.1, as it is no where mentioned in nifi administration guide to provide ssl certificates with kerberos.
i am following this article: https://community.hortonworks.com/content/kbentry/34147/nifi-security-user-authentication-with-kerbe...
Thanks a lot in advance!!
Created 12-29-2017 04:52 PM
This is a hands-on walkthrough configuring SSL/TLS authentication in Apache NiFi. The tasks we will accomplish include:
Read More https://www.janbasktraining.com/blog/big-data-hadoop-tutorial-beginners/
Created 01-02-2018 05:57 PM
Thanks @Manchun Kumar , but i am unable to find post for this in the link you provided. could you please share the particualr link for ssl/TLS in Nifi-1.1.1 or above