How to grant access for anonymous / no login users to a dashboard. #30525
Replies: 5 comments 2 replies
This comment has been hidden.
This comment has been hidden.
-
Beta Was this translation helpful? Give feedback.
-
@digimen-ch did you find a solution after? I am facing the same problem. |
Beta Was this translation helpful? Give feedback.
-
The following URL is in Japanese but may be helpful. https://qiita.com/azarashin/items/f3adddf0f989e4f4399a Excerpts below According to mistercrunch: did you run superset init ? Public should then be like Gamma, to which you can start adding tables / databases Look at this, actually. started to suspect that the procedure was actually wrong, Edit superset_config.py -> superset init -> superset run |
Beta Was this translation helpful? Give feedback.
-
Try creating a role called Public with the permissions listed here: #29709 (comment) I see |
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