Uploaded image for project: 'Apache Curator'
  1. Apache Curator
  2. CURATOR-362

Curator framework create API with ACL Mode is not adding the ACL to the parent nodes if select creatingParentsIfNeeded

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.9.1, 3.3.0
    • 4.0.0
    • Client
    • None
    • Important

    Description

      1) We are trying to create the node in the zookeeper using the curator framework 2.9.1 version by using the following api

      CuratorFramework.create().creatingParentsIfNeeded().withACL(authACList())
      .forPath("/abc/xyz/", value)

      2) Here ACL is applied only for xyz and the parent node like abc there is no ACL info. So any client can add/remove data without ACL

      Summary : CuratorClient even though ACL is specified its not applying for the parents.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mspavan052@gmail.com Pavan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: