You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to grant dashboard access to a guest user (guest_token), by specifying the dashboard uuid in the guest_tokenresources. The operation grants access to all datasets used in charts added to the dashboard, however it doesn't grant access to datasets that are only used in dashboard native filters.
How to reproduce the bug
Create a chart using any dataset.
Save the chart and add it to a dashboard.
Create a virtual dataset for the same table (a select *... would be enough).
Create a dashboard filter using the virtual dataset.
Enable embedded access for the dashboard.
Create a guest_token and grant access to this dashboard.
Access this dashboard in embedded mode.
Expected results
The dashboard filter should load properly.
Actual results
A permission error is displayed in the filter.
Screenshots
Environment
browser type and version: Google Chrome version 114.0.5735.198
superset version: superset version
python version: Superset 0.0.0-dev (running from master)
node.js version: v16.14.2
any feature flags active: EMBEDDED_SUPERSET
Checklist
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
The text was updated successfully, but these errors were encountered:
It's possible to grant dashboard access to a guest user (
guest_token
), by specifying the dashboarduuid
in theguest_token
resources
. The operation grants access to all datasets used in charts added to the dashboard, however it doesn't grant access to datasets that are only used in dashboard native filters.How to reproduce the bug
select *...
would be enough).guest_token
and grant access to this dashboard.Expected results
The dashboard filter should load properly.
Actual results
A permission error is displayed in the filter.
Screenshots
Environment
114.0.5735.198
superset version
Superset 0.0.0-dev
(running from master)v16.14.2
EMBEDDED_SUPERSET
Checklist
The text was updated successfully, but these errors were encountered: