Hi.
For whatever strange reason I cannot choose Apache Curator as the project
when creating a JIRA (I can create in other projects).
So, I figure I¹d post it here.

Presently, one can supply an ACLProvider when creating CuratorFramework.
That is used to set ACLs when creating directories.
For consistency, it would be nice to have an option to enforce the same
ACLs for the case when the directory already exists.

In a secure scenario, one could assume that the ACLs on his secure nodes
would be set to whatever ACLProvider dictates; however, if someone has
created the node before with a different ACL (say, giving themselves
access), this assumption would be broken. As of now, the ACLs need to be
verified or enforced manually.


Reply via email to