Skip to content

Commit

Permalink
docs(presto): add Presto SSL connection details (#26986)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Feb 2, 2024
1 parent d8a9847 commit 92b52a7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/databases/presto.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ 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}
}
}
```

0 comments on commit 92b52a7

Please sign in to comment.