How to grant access for anonymous / no login users to a dashboard. #30525
Replies: 2 comments
-
Hello, @digimen-ch! I'm here to help you with your Apache Superset issue. Let's work together to solve this! To grant access for anonymous users to view dashboards in Superset 4.0.2, you need to ensure the following configurations are correctly set in your
If these steps are correctly followed and you still face issues, ensure that your Superset instance is restarted after making changes to the configuration file. Additionally, verify that there are no other overriding configurations or permission settings that might be affecting access. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I have a dashboard with 2 charts and two data sources. As described here: https://superset.apache.org/docs/security/#public I added
PUBLIC_ROLE_LIKE = "Gamma"
to my superset_config.py and added permission for the two data sources to role Gamma. No effect. So I was digging around and found this
AUTH_ROLE_PUBLIC = "Public"
But also this doesn't work. It seems the documentation is not complete, ChatGPT not helpful at all and after wasting half a day for this simple task I'm quite annoyed.
I run superset Version: 4.0.2 on debian 12, nginx, gunicorn. Many thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions