----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/73958/#review224394 -----------------------------------------------------------
Ship it! Ship It! - Vishal Suvagia On April 28, 2022, 11:20 a.m., Kishor Gollapalliwar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/73958/ > ----------------------------------------------------------- > > (Updated April 28, 2022, 11:20 a.m.) > > > Review request for ranger, Dhaval Shah, Dineshkumar Yadav, Abhay Kulkarni, > Madhan Neethiraj, Mehul Parikh, Pradeep Agrawal, Ramesh Mani, Sailaja > Polavarapu, Vishal Suvagia, and Velmurugan Periasamy. > > > Bugs: RANGER-3727 > https://issues.apache.org/jira/browse/RANGER-3727 > > > Repository: ranger > > > Description > ------- > > Create common sub-module which will be responsible to handle authentication > in project. > Currently added only JWT auth support, with time will create follow-up > patches to add other auths (Kerberos, Delegation Token, etc). > > > Diffs > ----- > > pom.xml 52f493e8f > ranger-authn/.gitignore PRE-CREATION > ranger-authn/pom.xml PRE-CREATION > ranger-authn/src/main/java/org/apache/ranger/authz/handler/RangerAuth.java > PRE-CREATION > > ranger-authn/src/main/java/org/apache/ranger/authz/handler/RangerAuthHandler.java > PRE-CREATION > > ranger-authn/src/main/java/org/apache/ranger/authz/handler/jwt/RangerDefaultJwtAuthHandler.java > PRE-CREATION > > ranger-authn/src/main/java/org/apache/ranger/authz/handler/jwt/RangerJwtAuthHandler.java > PRE-CREATION > > > Diff: https://reviews.apache.org/r/73958/diff/2/ > > > Testing > ------- > > mvn clean compile package install -U > > > Thanks, > > Kishor Gollapalliwar > >
