Hello everyone, I am trying to setup NiFi and NiFi Registry to talk to each other. They are both using LDAP to authenticate and authorize the users and they seem to talk to each other over SSL. However, I can't seem to figure out how to let NiFi-Registry to authenticate NiFi. After some debugging, the following are the information I get from NiFi Registry when NiFi tries to do version control to it. 2021-03-22 19:58:24,665 DEBUG [NiFi Registry Web Server-19] o.a.n.r.w.s.a.IdentityFilter Attempting to extract user credentials using X509IdentityProvider 2021-03-22 19:58:24,665 DEBUG [NiFi Registry Web Server-19] o.a.n.r.w.s.a.x.X509CertificateExtractor No client certificate found in request. 2021-03-22 19:58:24,677 DEBUG [NiFi Registry Web Server-19] o.a.n.r.w.s.a.IdentityFilter Attempting to extract user credentials using JwtIdentityProvider 2021-03-22 19:58:24,692 DEBUG [NiFi Registry Web Server-19] o.a.n.r.s.a.BearerAuthIdentityProvider HTTP Bearer Auth credentials not present. Not attempting to extract credentials for authentication. 2021-03-22 19:58:24,692 DEBUG [NiFi Registry Web Server-19] o.a.n.r.w.s.a.AnonymousIdentityFilter Populated SecurityContextHolder with anonymous token: 'anonymous'
I understand that I need to make an account in NiFi-Registry for NiFi, but how would I go about doing that when I am relying on LDAP instead of credential for authentication? Or is it even possible? Cheers, Tony Sim
