Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Zeppelin interpreter -Not able to add new interpreter

avatar
Contributor

If I am trying to access Zeppelin interpreter page , I keep getting the error "You don't have permission on this page" .

 

zeppelin.JPG

1 ACCEPTED SOLUTION

avatar
Master Collaborator

@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

https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/configuring-zeppelin/topics/enabling_access_c...

 

View solution in original post

4 REPLIES 4

avatar

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)?

 

 

Bill Brooks, Community Moderator
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Master Collaborator

@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

https://docs.cloudera.com/cdp-private-cloud-base/7.1.6/configuring-zeppelin/topics/enabling_access_c...

 

avatar
Community Manager

@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,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
Contributor

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.