Griffith88 commented on issue #20654:
URL: https://github.com/apache/superset/issues/20654#issuecomment-1719286977

   Hi i have similar problem with public (no login) access to dashboards
   I created role Guest and added in superset_config.py
   
![image](https://github.com/apache/superset/assets/42404689/fb9f8e77-6a3e-44e6-b859-b352dfe2a1a9)
   
   
   ```py
   PUBLIC_ROLE_LIKE = "Guest"
   
   DEFAULT_FEATURE_FLAGS = {
       "DASHBOARD_RBAC": True,
       "ENABLE_TEMPLATE_PROCESSING": True,
       "DASHBOARD_NATIVE_FILTERS": True,
       "DASHBOARD_CROSS_FILTERS": True
   }
   ```
   when i publish and share via link any embedded dashboard or chart i get 
Access is Denied and its redirect me on Log In Page.
   
   Any suggestions how to evade it ?
   
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to