Created on 12-13-2021 06:01 AM - last edited on 12-13-2021 11:53 AM by DianaTorres
Hi Team ,
Unable to change interpreter by user , need to enable multiple user support .one admin user to be activate.
Error attached on interpreter
Created 12-13-2021 07:09 AM
@syedshakir I see "rcmprod" user doesn't have permission to access the interpreter page
To provide access to interpreter page, comment/delete below line[1] from shiro configuration url section or configure roles as mentioned in doc[2]
[1]: /api/interpreter/** = authc, roles[admin]
[2]: https://zeppelin.apache.org/docs/0.6.2/security/shiroauthentication.html#active-directory
View solution in original post