michaelmorera-preset commented on PR #37537: URL: https://github.com/apache/superset/pull/37537#issuecomment-4394142722
The application is working as expected. Logout button is not being displayed when the feature flag is `DISABLE_EMBEDDED_SUPERSET_LOGOUT : true`. ## Steps 1. Config — In `superset_config.py`, set `FEATURE_FLAGS["DISABLE_EMBEDDED_SUPERSET_LOGOUT"] = True`. 2. Restart Superset. 3. Load Superset in an iframe — Parent on another origin/port is fine (your `:3000` → `:8088` case). That sets `isEmbedded() === true`. 4. Open the user menu. ## Current Result After the step 4, the Logout option is not listed. ## Evidence <img width="1918" height="918" alt="image" src="https://github.com/user-attachments/assets/7cf227ca-4e3f-485e-9130-ea959cec1ee3" /> -- 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]
