> On Oct. 9, 2015, 6:38 a.m., Ajay Yadava wrote: > > prism/src/main/java/org/apache/falcon/resource/admin/AdminResource.java, > > line 176 > > <https://reviews.apache.org/r/37297/diff/1/?file=1036331#file1036331line176> > > > > Can you please elaborate on motivation for this API? Isn't the response > > for it always deduced from request parameters and hence already available > > to client? Not sure about the kerberos case though. > > Balu Vellanki wrote: > Exactly, need this to help UI get the authenticated user in secure vs > non-secure setups.
Earlier the authenticated user was always maintained in the HTML5 cache, if that is still the case then why do we need this API? Has that behavior changed, if yes then any particular reason for that as that seems like the better solution to me? - Ajay ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37297/#review98043 ----------------------------------------------------------- On Aug. 10, 2015, 2:29 p.m., Balu Vellanki wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/37297/ > ----------------------------------------------------------- > > (Updated Aug. 10, 2015, 2:29 p.m.) > > > Review request for Falcon, Ajay Yadava, Sowmya Ramesh, and Venkat Ranganathan. > > > Bugs: FALCON-1316 > https://issues.apache.org/jira/browse/FALCON-1316 > > > Repository: falcon-git > > > Description > ------- > > API to get authenticated user > API to clear hadoop.auth cookie > Add property that says if auth is enabled into admin/version API > Allow non-admin users access above apis. > Unit tests. > > > Diffs > ----- > > > common/src/main/java/org/apache/falcon/security/DefaultAuthorizationProvider.java > 449be80 > prism/src/main/java/org/apache/falcon/resource/admin/AdminResource.java > 50b668c > prism/src/test/java/org/apache/falcon/resource/admin/AdminResourceTest.java > PRE-CREATION > > prism/src/test/java/org/apache/falcon/resource/admin/MockHttpServletResponse.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/37297/diff/ > > > Testing > ------- > > End2End testing done on multiple operating systems. > > > Thanks, > > Balu Vellanki > >
