Created 10-15-2021 05:15 AM
If I am trying to access Zeppelin interpreter page , I keep getting the error "You don't have permission on this page" .
Created 10-16-2021 10:08 PM
@PrernaU To access interpreter page you need to have access in shiro cofiguration , Make sure your user id added to the below line in shiro configuration or delete/ comment the below line in shiro configuration
/api/interpreter/** = authc, roles[admin_role, test, test2]
Refer below doc for more info
Created 10-16-2021 11:21 AM
Hi @PrernaU
It would help members of the community who are inclined to do so offer you possible answers to your question if you posted which distribution you are using. If this is indeed on Cloudera Data Platform, are you using Public Cloud (i.e., on AWS or Azure, for example) or Private Cloud (on premises installation)?
Created 10-16-2021 10:08 PM
@PrernaU To access interpreter page you need to have access in shiro cofiguration , Make sure your user id added to the below line in shiro configuration or delete/ comment the below line in shiro configuration
/api/interpreter/** = authc, roles[admin_role, test, test2]
Refer below doc for more info
Created 10-21-2021 10:29 AM
@PrernaU, Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Regards,
Vidya Sargur,Created 10-21-2021 01:40 PM
Hi @PrernaU , It seems like the logged in user does not have permission to access the interpreter page. The authorization is dependent on how you have configured your shiro authentication. If you have integrated your AD with zeppelin the make sure the role mapping has done correctly and you have the correct user/group defined in the shiro roles section.