Hi, I'm trying to configure NiFi Registry(1.14.0) so that some NiFi (1.14.0) instances are only able to pull versions and not push them. The behavior I ran into was not as intuitive as I'd have liked.
Here is what I tried. 1. Remove Write and Delete permission from NiFi Proxy User. This causes an error to raise when you try and commit a version from that cluster about the proxy user not having permission. 2. Removed Write and Delete from NiFi User on the bucket but left write and delete on the proxy user. This caused the versioned process group to switch to a question mark and not allow any further interaction except stop version control. Number 1 works by preventing any writes however what if I want to limit write at the bucket level not at the cluster level. Number 2 seems bug-like since I'd expect an exception to popup or the commit option to be greyed out instead of leaving the process group in stuck state. Or maybe I'm just being dumb and trying to do this the wrong way, does anyone have a suggestion? Thanks Shawn
