chore(feature flag): removing unused ENFORCE_DB_ENCRYPTION_UI flag (#23640)
This commit is contained in:
parent
e8f32c4bc4
commit
ca408a7159
|
|
@ -82,7 +82,6 @@ These features flags are **safe for production** and have been tested.
|
|||
- ENABLE_DND_WITH_CLICK_UX
|
||||
- ENABLE_EXPLORE_DRAG_AND_DROP
|
||||
- ENABLE_TEMPLATE_PROCESSING
|
||||
- ENFORCE_DB_ENCRYPTION_UI
|
||||
- ESCAPE_MARKDOWN_HTML
|
||||
- LISTVIEWS_DEFAULT_CARD_VIEW
|
||||
- SCHEDULED_QUERIES [(docs)](https://superset.apache.org/docs/installation/alerts-reports)
|
||||
|
|
|
|||
|
|
@ -456,9 +456,6 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = {
|
|||
"ALERTS_ATTACH_REPORTS": True,
|
||||
# FORCE_DATABASE_CONNECTIONS_SSL is depreciated.
|
||||
"FORCE_DATABASE_CONNECTIONS_SSL": False,
|
||||
# Enabling ENFORCE_DB_ENCRYPTION_UI forces all database connections to be
|
||||
# encrypted before being saved into superset metastore.
|
||||
"ENFORCE_DB_ENCRYPTION_UI": False,
|
||||
# Allow users to export full CSV of table viz type.
|
||||
# This could cause the server to run out of memory or compute.
|
||||
"ALLOW_FULL_CSV_EXPORT": False,
|
||||
|
|
|
|||
Loading…
Reference in New Issue