Kranthi32 opened a new issue, #32903:
URL: https://github.com/apache/superset/issues/32903

   ### 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.
   - [ ] 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.


-- 
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]

Reply via email to