Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datasource Exasol: support encryption setting #4712

Merged
merged 5 commits into from
Apr 14, 2020

Conversation

stefan-mees
Copy link
Contributor

What type of PR is this? (check all applicable)

  • Other

Description

This adds support to toggle SSL Encryption for connections to Exasol
See also https://github.com/badoo/pyexasol/blob/master/docs/ENCRYPTION.md

Copy link
Member

@arikfr arikfr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Please see question.

@@ -81,6 +82,7 @@ def _get_connection(self):
dsn=exahost,
user=self.configuration.get("user", None),
password=self.configuration.get("password", None),
encryption=self.configuration.get("encrypted", True),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While having SSL enabled is a good default, but this will change it for existing deployments as well. How common would it be for an Exasol deployment not to have SSL support?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SSL support is build in into the Exasol Engine, so all deployments which support WebSockets also have SSL capabilities

@arikfr arikfr merged commit 940bd56 into getredash:master Apr 14, 2020
@arikfr
Copy link
Member

arikfr commented Apr 14, 2020

👍 thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants