Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-1525

Plumb ZooKeeperServer object into auth plugins

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.5.0
    • 3.6.0
    • None
    • None
    • Plumb ZooKeeperServer object into auth plugins.

    Description

      I want to plumb the ZooKeeperServer object into the auth plugins so that I can store authentication data in zookeeper itself. With access to the ZooKeeperServer object, I also have access to the ZKDatabase and can look up entries in the local copy of the zookeeper data.

      In order to implement this, I make sure that a ZooKeeperServer instance is passed in to the ProviderRegistry.initialize() method. Then initialize() will try to find a constructor for the AuthenticationProvider that takes a ZooKeeperServer instance. If the constructor is found, it will be used. Otherwise, initialize() will look for a constructor that takes no arguments and use that instead.

      Attachments

        1. ZOOKEEPER-1525.patch
          37 kB
          Jordan Zimmerman
        2. ZOOKEEPER-1525.patch
          37 kB
          Jordan Zimmerman
        3. ZOOKEEPER-1525.patch
          36 kB
          Jordan Zimmerman
        4. ZOOKEEPER-1525.patch
          36 kB
          Jordan Zimmerman
        5. ZOOKEEPER-1525.patch
          36 kB
          Jordan Zimmerman
        6. ZOOKEEPER-1525.patch
          19 kB
          Tim Crowder
        7. ZOOKEEPER-1525.patch
          18 kB
          Tim Crowder
        8. ZOOKEEPER-1525.patch
          18 kB
          Tim Crowder
        9. ZOOKEEPER-1525.patch
          18 kB
          Tim Crowder
        10. ZOOKEEPER-1525.patch
          17 kB
          Tim Crowder
        11. ZOOKEEPER-1525.patch
          6 kB
          Tim Crowder
        12. ZOOKEEPER-1525.patch
          5 kB
          Warren Turkal

        Issue Links

          Activity

            People

              randgalt Jordan Zimmerman
              wturkal Warren Turkal
              Votes:
              7 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: