Intel-bigdata / SSM

Smart Storage Management for Big Data, a comprehensive hot/cold data optimized solution
Apache License 2.0
133 stars 67 forks source link

Anonymous user is not supported to login #2166

Closed PHILO-HE closed 4 years ago

PHILO-HE commented 4 years ago

Zeppelin configuration for allowing anonymous user cannot take effect. A default SSM user (admin) is created and stored in metastore in the first start. Currently, login is inevitable and SSM will authenticate with username/password in database. The document and configuration in zeppelin-site.xml, related to anonymous login is outdated, as well as web-authentication-enable-guide.md.

lipppppp commented 4 years ago

When zeppelin.anonymous.allowed is true in the zeppelin-site.xml, you also should change the configuration in the shiro.ini. Enable the “/api/version = anon” and "/** = anon" in the shiro.ini. Then you can login by anonymous user.

lipppppp commented 4 years ago

image

PHILO-HE commented 4 years ago

Thanks for your reminding. I have verified it. Closing this issue.