Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EE305200BB1 for ; Thu, 3 Nov 2016 17:53:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id ECC85160AFF; Thu, 3 Nov 2016 16:53:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 42221160AE5 for ; Thu, 3 Nov 2016 17:53:12 +0100 (CET) Received: (qmail 97502 invoked by uid 500); 3 Nov 2016 16:53:11 -0000 Mailing-List: contact commits-help@zeppelin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zeppelin.apache.org Delivered-To: mailing list commits@zeppelin.apache.org Received: (qmail 97489 invoked by uid 99); 3 Nov 2016 16:53:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2016 16:53:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5F4D6E04EE; Thu, 3 Nov 2016 16:53:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: moon@apache.org To: commits@zeppelin.apache.org Message-Id: <9f2f5beaec1847d895bbd4f720b3b7d2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: zeppelin git commit: [MINOR] Turn on authenticaiton in shiro.ini.template by default Date: Thu, 3 Nov 2016 16:53:11 +0000 (UTC) archived-at: Thu, 03 Nov 2016 16:53:13 -0000 Repository: zeppelin Updated Branches: refs/heads/master 9071a09b1 -> 39dd445a7 [MINOR] Turn on authenticaiton in shiro.ini.template by default ### What is this PR for? https://github.com/apache/zeppelin/pull/1568 moved conf/shiro.ini to conf/shiro.ini.template. Now i think it make sense to turn authentication on by default in conf/shiro.ini.template. ### What type of PR is it? Improvement ### Todos * [x] - Turn authentication on by default in the template ### What is the Jira issue? related to issues.apache.org/jira/browse/ZEPPELIN-1590 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Lee moon soo Closes #1583 from Leemoonsoo/turn_on_authc and squashes the following commits: 7976e7e [Lee moon soo] Turn on authenticaiton in shiro.ini.template by default Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/39dd445a Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/39dd445a Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/39dd445a Branch: refs/heads/master Commit: 39dd445a779bcb3d40001a28db24bb2131c6635e Parents: 9071a09 Author: Lee moon soo Authored: Wed Nov 2 15:16:58 2016 -0700 Committer: Lee moon soo Committed: Thu Nov 3 09:53:08 2016 -0700 ---------------------------------------------------------------------- conf/shiro.ini.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/39dd445a/conf/shiro.ini.template ---------------------------------------------------------------------- diff --git a/conf/shiro.ini.template b/conf/shiro.ini.template index 0562ba2..6fc0be6 100644 --- a/conf/shiro.ini.template +++ b/conf/shiro.ini.template @@ -78,5 +78,5 @@ admin = * #/api/interpreter/** = authc, roles[admin] #/api/configurations/** = authc, roles[admin] #/api/credential/** = authc, roles[admin] -/** = anon -#/** = authc +#/** = anon +/** = authc