You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2016/11/03 16:53:11 UTC

zeppelin git commit: [MINOR] Turn on authenticaiton in shiro.ini.template by default

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 <mo...@apache.org>

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 <mo...@apache.org>
Authored: Wed Nov 2 15:16:58 2016 -0700
Committer: Lee moon soo <mo...@apache.org>
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