GitHub user Heaven4Door added a comment to the discussion: How to grant access for anonymous / no login users to a dashboard.
我已经解决了,不登陆可以查看图表。问ai然后让ai告诉你具体怎么弄。大概流程是先创建一个新rule,叫Viewer,然后只给他读取的权限,再在superset_config.py配置不登录的默认权限是viewer就行了,PUBLIC_ROLE_LIKE=“Viewer” GitHub link: https://github.com/apache/superset/discussions/30525#discussioncomment-17071757 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
