we trying setup azkaban ldap authentication in our production environment. leads on how this? documentation says can done adding plugin jar file extending usermanager class . newbie azkaban , looking example code this
you need install custom "user manager" plugin. can found on github: https://github.com/researchgate/azkaban-ldap-usermanager
the instructions on how configure user manager plugin can found on front page of github repo.
in essence need to:
- download , build plugin
- copy .jar file built ./extlib directory of azkaban installation
- edit azkaban.properties file, specifying user.manager.class , number of user.manager.ldap properties.
Comments
Post a Comment