mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
committed by
GitHub
parent
c4eb7de6de
commit
e06427d1ef
8
docs/static/feature-flags.json
vendored
8
docs/static/feature-flags.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user