-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Description
Bug description
I created a user and assaigned public ,gama role.i am new to this plz shpport
Superset config below first time loadijng second tine refresh supersetapp logs out and embedded dashboard 403
FEATURE_FLAGS = {"ALERT_REPORTS": True,"EMBEDDED_SUPERSET": True}
ALERT_REPORTS_NOTIFICATION_DRY_RUN = True
WEBDRIVER_BASEURL = "http://superset:8088/"
WEBDRIVER_BASEURL_USER_FRIENDLY = WEBDRIVER_BASEURL
SQLLAB_CTAS_NO_LIMIT = True
WTF_CSRF_ENABLED = False
ENABLE_CORS = True
ALLOW_CORS = True
CORS Enabling
CORS_OPTIONS = {
"supports_credentials": True,
"allow_headers": "",
"expose_headers": "",
"resources": "*",
"origins": ["http://localhost:3000","http://localhost:8088"]
}
OVERRIDE_HTTP_HEADERS = {'X-Frame-Options': 'ALLOWALL'}
TALISMAN_ENABLED = False
GUEST_ROLE_NAME = "Gamma"
Screenshots/recordings
No response
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
- I have searched Superset docs and Slack and didn't find a solution to my problem. #32906
- I have searched the GitHub issue tracker and didn't find a similar bug report.
- 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.