Public Dashboards
Public Dashboards
For publicly accessible dashboards, try a config like below.
Please read the
Superset docs
to understand the security implications.
AUTH_ROLE_PUBLIC = 'Public'
PUBLIC_ROLE_LIKE = 'Gamma'
FEATURE_FLAGS = {
'DASHBOARD_RBAC': True
}