Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9592E1898A for ; Thu, 8 Oct 2015 21:59:53 +0000 (UTC) Received: (qmail 83369 invoked by uid 500); 8 Oct 2015 21:59:53 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 83324 invoked by uid 500); 8 Oct 2015 21:59:53 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 83309 invoked by uid 99); 8 Oct 2015 21:59:53 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 21:59:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C7D20C0BDA for ; Thu, 8 Oct 2015 21:59:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.978 X-Spam-Level: *** X-Spam-Status: No, score=3.978 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.008, HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id V5DuRbNX2kNV for ; Thu, 8 Oct 2015 21:59:51 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 977B228280 for ; Thu, 8 Oct 2015 21:59:50 +0000 (UTC) Received: (qmail 83282 invoked by uid 99); 8 Oct 2015 21:59:49 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2015 21:59:49 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id E762928D920; Thu, 8 Oct 2015 21:59:48 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4929227152666664679==" MIME-Version: 1.0 Subject: Re: Review Request 37297: Add supporting REST API calls for new UI From: "Ying Zheng" To: "Venkat Ranganathan" , "Sowmya Ramesh" , "Ajay Yadava" Cc: "Balu Vellanki" , "Ying Zheng" , "Falcon" Date: Thu, 08 Oct 2015 21:59:48 -0000 Message-ID: <20151008215948.31883.17325@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Ying Zheng" X-ReviewGroup: Falcon X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/37297/ X-Sender: "Ying Zheng" References: <20150810142942.1375.1914@reviews.apache.org> In-Reply-To: <20150810142942.1375.1914@reviews.apache.org> Reply-To: "Ying Zheng" X-ReviewRequest-Repository: falcon-git --===============4929227152666664679== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37297/#review101967 ----------------------------------------------------------- Ship it! Ship It! - Ying Zheng 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 > > --===============4929227152666664679==--