You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "villebro (via GitHub)" <gi...@apache.org> on 2023/06/13 16:32:58 UTC

[GitHub] [superset] villebro commented on a diff in pull request #24376: docs: add presto ssl config details

villebro commented on code in PR #24376:
URL: https://github.com/apache/superset/pull/24376#discussion_r1228412834


##########
docs/docs/databases/presto.mdx:
##########
@@ -35,3 +35,16 @@ datasource. If you’re using an older version of Presto, you can configure it i
     "version": "0.123"
 }
 ```
+
+SSL Secure extra add json config to extra connection information.
+
+``` 
+   {
+     "connect_args":
+    {"protocol": "https",
+     "requests_kwargs":{"verify":false}
+  } 
+}
+```
+
+

Review Comment:
   You need to remove this trailing whitespace:
   ![image](https://github.com/apache/superset/assets/33317356/59dfac4f-61d2-4adc-870d-75dfe0067d69)
   



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org