kgabryje commented on code in PR #37537:
URL: https://github.com/apache/superset/pull/37537#discussion_r2841230763
##########
superset/config.py:
##########
@@ -754,6 +754,11 @@ class D3TimeFormat(TypedDict, total=False):
# @lifecycle: stable
# @category: runtime_config
"MENU_HIDE_USER_INFO": False,
+ # Hide the logout button in embedded contexts (e.g., when using SSO in
iframes)
+ # @lifecycle: stable
+ # @category: runtime_config
+ # @docs:
https://superset.apache.org/docs/configuration/networking-settings#hiding-the-logout-button-in-embedded-contexts
+ "DISABLE_EMBEDDED_SUPERSET_LOGOUT": False,
Review Comment:
nit: let's keep the flags in alphabetical order
--
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]