You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by mailpig <al...@163.com> on 2018/05/08 12:10:49 UTC

How do common user set the properties?

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/