Skip to content

Commit

Permalink
feat: Adding FORCE_SSL as feature flag in config.py (apache#14934)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored and cccs-RyanS committed Dec 17, 2021
1 parent e518249 commit af2b0d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ def _try_json_readsha( # pylint: disable=unused-argument
# for report with type 'report' still send with email and slack message with
# screenshot and link
"ALERTS_ATTACH_REPORTS": True,
# Enabling FORCE_DATABASE_CONNECTIONS_SSL forces all database connections to be
# encrypted before being saved into superset metastore.
"FORCE_DATABASE_CONNECTIONS_SSL": False,
}

# Feature flags may also be set via 'SUPERSET_FEATURE_' prefixed environment vars.
Expand Down

0 comments on commit af2b0d6

Please sign in to comment.