Reputation: 41
Here is our setup:
set up secure nifi
set up secure registry
both on the same machine
created user in registry with CN=[hostname], OU=NiFi with read right on buckets and proxy user requests enabled
created Registry client in the nifi instance with https://[hostname]:[port]
when trying to start version control on a process group, buckets are loading for a split second, then showing -> "no available buckets"
activated logging on DEBUG level, can see the proxy request, but no authorization
when listening to the registry port with netstat, we can see registry listening on that port
when trying to retrieve buckets through nifi, connection is established, but no buckets can be seen
Additional information:
Upvotes: 4
Views: 1499
Reputation: 16
This problem is solved by adding a new user named "CN=, OU=NIFI" with appropriate permissions to both NiFi and NiFi Registry.
Please watch this video by InsightByte on YouTube for the instructions.
Upvotes: 0