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

#43 TLS fingerprint support for ODBC #45

Merged
merged 11 commits into from
Feb 2, 2022

Conversation

kaklakariada
Copy link
Collaborator

Closes #43

@kaklakariada kaklakariada self-assigned this Feb 1, 2022
@@ -1,13 +1,15 @@
# Exasol Tableau Connector 0.5.0, released 2022-02-??
Copy link
Contributor

Choose a reason for hiding this comment

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

No release planned?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for the reminder 😅

doc/developer_guide/developer_guide.md Outdated Show resolved Hide resolved
doc/developer_guide/developer_guide.md Outdated Show resolved Hide resolved
Comment on lines +345 to +347
4. [Create a new GitHub release](https://github.com/exasol/tableau-connector/releases/new) and upload files
* `target/tableau-exasol-connector-jdbc-<version>.taco`
* `target/tableau-exasol-connector-odbc-<version>.taco`
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe you can automate this with release droid?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The release requires signing the connector. I will clarify if we can use the certificate in a GitHub build.

@@ -5,7 +5,7 @@
<connection class='federated'>
<named-connections>
<named-connection name='leaf'>
<connection tdvtconnection='exasol_odbctestname' class='exasol_odbc' odbc-connect-string-extras='' port='8563' schema='TESTV1' server='exasol.test.lan/15F9CA9BC95E14F1F913FC449A26723841C118CFB644957866ABB73C1399A7FF' tablename='Staples' username='TABLEAU_TEST_USER' />
<connection tdvtconnection='exasol_odbctestname' class='exasol_odbc' odbc-connect-string-extras='' port='8563' schema='TESTV1' server='exasol.test.lan' tablename='Staples' username='TABLEAU_TEST_USER' v-fingerprint='15F9CA9BC95E14F1F913FC449A26723841C118CFB644957866ABB73C1399A7FF' />
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it intended to commit the fingerprint here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes. The test framework requires configuring the DB connection here. As long as we can only run the tests manually it doesn't make sense to extract this.

@@ -5,7 +5,7 @@
<connection class='federated'>
<named-connections>
<named-connection name='leaf'>
<connection tdvtconnection='exasol_odbctestname' class='exasol_odbc' odbc-connect-string-extras='' port='8563' schema='TESTV1' server='exasol.test.lan/15F9CA9BC95E14F1F913FC449A26723841C118CFB644957866ABB73C1399A7FF' tablename='Calcs' username='TABLEAU_TEST_USER' />
<connection tdvtconnection='exasol_odbctestname' class='exasol_odbc' odbc-connect-string-extras='' port='8563' schema='TESTV1' server='exasol.test.lan' tablename='Calcs' username='TABLEAU_TEST_USER' v-fingerprint='15F9CA9BC95E14F1F913FC449A26723841C118CFB644957866ABB73C1399A7FF' />
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it intended to commit the fingerprint here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, see previous comment.

@kaklakariada kaklakariada merged commit e7b9f2f into main Feb 2, 2022
@kaklakariada kaklakariada deleted the feature/#43-TLS-fingerprint-support branch February 2, 2022 10:40
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.

Add TLS certificate fingerprint support for ODBC Driver
2 participants