feat(embedded): add feature flag to disable logout button in embedded contexts (#37537)

Co-authored-by: richard <richard@richards-MacBook-Pro-2.local>
This commit is contained in:
Richard Fogaca Nienkotter
2026-02-23 17:56:02 -03:00
committed by GitHub
parent c4eb7de6de
commit e06427d1ef
6 changed files with 138 additions and 10 deletions

View File

@@ -261,6 +261,14 @@
"description": "Data panel closed by default in chart builder",
"category": "runtime_config"
},
{
"name": "DISABLE_EMBEDDED_SUPERSET_LOGOUT",
"default": false,
"lifecycle": "stable",
"description": "Hide the logout button in embedded contexts (e.g., when using SSO in iframes)",
"docs": "https://superset.apache.org/docs/configuration/networking-settings#hiding-the-logout-button-in-embedded-contexts",
"category": "runtime_config"
},
{
"name": "DRILL_BY",
"default": true,