Created 09-30-2020 05:02 AM
Jupiter is working fine in cluster but not able to login with Default usename and passord.
admin/admin. Please advise.
Created 10-04-2020 01:44 AM
Created 09-30-2020 08:13 AM
@vijaypabothu In CDP by default Pam authentication will be enabled
You need to delete pam related properties and add the user in "zeppelin.shiro.user.block" property under zeppelin configs
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.
Created 10-01-2020 12:11 AM
Hi @Scharan ,
I tried to remove the below PAM properties but not removing . It automatically adding .
also I have added the admin user in the below property "zeppelin.shiro.user.block" . But still same issue . Please advise.
Created 10-01-2020 12:17 AM
@vijaypabothu Click on "-" symbol to remove the property and you need to add the user as shown in the below format
<user>=<password>
Example
admin = admin
Created 10-04-2020 01:44 AM