Re: Migrate ZK to ACL ZK

2019-01-19 Thread Ryan H
Thanks Enrico, Agreed on Username/Password. Maybe to rephrase my question: if I have an existing ZK tree that doesn't currently have any kind of Access Control, can a Username/Password ACL be applied to that existing tree? If so, how would one go about doing that? -Ryan H On Sat, Jan 19, 2019

Re: Migrate ZK to ACL ZK

2019-01-19 Thread Enrico Olivelli
Hi Ryan, I think this should be supported by NiFi, but I don't know that platform. Username/password is very weak and it is hard to maintain. Apart from this I think you can write a simple program which scans your ZK tree and applies ACL, no need for a new cluster. Just my 2 cents Enrico Il

Migrate ZK to ACL ZK

2019-01-19 Thread Ryan H
Hi All, I am currently using an external 3 machine Zookeeper (3.4.10) to manage multiple NiFi Clusters (NiFi 1.5). I would like to put in ACL for each of the existing NiFi clusters with username/password that is unique to each of the NiFi clusters as it is currently wide open. The docs say that