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!