myselfuser1 opened a new issue, #31994: URL: https://github.com/apache/superset/issues/31994
### Bug description I need to make a chart public, i followed steps mentioned in the docs as described [here](https://superset.apache.org/docs/configuration/networking-settings/#embedding-a-public-dashboard) First i went to `superset_config.py` which is located in `docker` => `pythonpath_dev` => `superset_config.py` and added following code ``` FEATURE_FLAGS = { "DASHBOARD_RBAC": True, } ``` <img width="1435" alt="Image" src="https://github.com/user-attachments/assets/b7d6dbe4-2c8b-4cf3-a483-3c4c5747e0d8" /> then i went to the [Unicode Test](http://localhost:8088/superset/dashboard/unicode-test/) dashboard which is available by default, clicked on Edit and added following Roles => Admin, Public, Alpha, Gamma, sql_lab <img width="1440" alt="Image" src="https://github.com/user-attachments/assets/603d43d0-dc6c-4479-903a-46683dda8cc8" /> and when i try to get the iframe of the chart, and paste it in a private browser window , it still asks me for credentials ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
