betodealmeida commented on a change in pull request #14673:
URL: https://github.com/apache/superset/pull/14673#discussion_r633945695
##########
File path: superset/db_engine_specs/base.py
##########
@@ -1339,8 +1343,16 @@ class BasicParametersMixin:
"drivername://user:password@host:port/dbname[?key=value&key=value...]"
)
+ # query parameter to enable encryption in the database connection
+ # for Postgres this would be `{"sslmode": "verify-ca"}`, eg.
+ encryption_parameters: Dict[str, str] = {}
Review comment:
Oh, good idea... maybe if the users passes `encryption=True` when
configuring a database we should raise an exception if this is empty.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]