Hi,I use the zeppelin 0.8 which configured with shiro autentication. There
has two role: admin and common. When using the jdbc interpreter, admin has
set the default.url, such as jdbc:mysql://xxxxxx/dbname, but did not set
other properties, i.e user, password. So when a common user who has no
permission to config the interpreter is writing a note, how do they set the
user and password?  Is any suggestion?  Thanks.

My shiro config is:

 /api/version = anon
/api/interpreter/setting/restart/** = authc
/api/interpreter/** = authc, roles[ADMIN]
/api/configurations/** = authc, roles[ADMIN]
/api/credential/** = authc, roles[ADMIN]
/** = authc



--
Sent from: 
http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/

Reply via email to