Superset Public Access
-
Hello,
Superset user administration is being controlled by Cloudron.
I am trying to allow my dashboards/charts to be able to be viewed by the public without signing into Cloudron. I have found a lot of tutorials but cannot get it to work.
I edited my config file and added:
AUTH_ROLE_PUBLIC = 'Public'
FEATURE_FLAGS = {
'DASHBOARD_RBAC': True,
'EMBEDDED_SUPERSET': True,
}But I still cant get the url to be viewed publicly. Any ideas or suggestions? Do I need to set anything with user permissions for the public role? Or is this not possible?
Thank you Cloudron Community Forum!
-
This post is deleted!
-
@Dreamcatch22 Do you have a public example? It's easier for me to take a look at your instance instead of preparing a whole test setup. (I am a Metabase user and not a Superset user)
By the way: have you compared both solutions in the past and documented your findings? -
https://docs.cloudron.io/apps/superset/#public-dashboards works for me.
AUTH_ROLE_PUBLIC = 'Public' PUBLIC_ROLE_LIKE = 'Gamma' FEATURE_FLAGS = { 'DASHBOARD_RBAC': True }