Hi all,

 

I'm pretty new with Zeppeln and I need help with one problem regarding data
source authorization as its described here: 

 

https://zeppelin.apache.org/docs/0.7.0/security/datasource_authorization.htm
l

 

I can successfully connect Zeppelin to my MySQL Server. Now I want to give
different users access to their databases.

For that I want the JDBC interpreter to use different database credentials,
depending on the Zeppelin user as defined in shiro.ini. 

But when I create credential information, the JDBC interpreter doesn't use
them for the db connection, but the default username and password, which is
empty.

My Interpreter Is instantiated per user. 

 

Java.sql.SQLException: Access denied for user ' ' @ 'IP' (using password:
NO)

 

Anyone an idea of whats wrong?

Thanks, Arpad

 

 

 

 

 

 

 

 

 

 

Reply via email to