You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf/shiro.ini.template
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@
20
20
# To use a different strategy (LDAP / Database / ...) check the shiro doc at http://shiro.apache.org/configuration.html#Configuration-INISections
21
21
# To enable admin user, uncomment the following line and set an appropriate password.
22
22
#admin = password1, admin
23
-
user1 = password2, role1, role2
24
-
user2 = password3, role3
25
-
user3 = password4, role2
23
+
#user1 = password2, role1, role2
24
+
#user2 = password3, role3
25
+
#user3 = password4, role2
26
26
27
27
# Sample LDAP configuration, for user Authentication, currently tested for single Realm
Copy file name to clipboardExpand all lines: conf/zeppelin-env.sh.template
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@
107
107
108
108
#### Zeppelin impersonation configuration
109
109
# export ZEPPELIN_IMPERSONATE_CMD # Optional, when user want to run interpreter as end web user. eg) 'sudo -H -u ${ZEPPELIN_IMPERSONATE_USER} bash -c '
# export ZEPPELIN_IMPERSONATE_SPARK_PROXY_USER #Optional, by default is true; can be set to false if you don't want to use --proxy-user option with Spark interpreter when impersonation enabled
0 commit comments