-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Documentation on Enabling SSL/TLS support for hana. #21994
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the doc! Two nits to consider.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (docs)
Pull updated branch, new local build, everything looks good. Thanks!
Codenotify: Notifying subscribers in CODENOTIFY files for diff d4e9213...579f6b1.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! (docs)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will enable Presto consumers to have more secure configuration in this use case . Looks good to me
|
||
The JDBC driver and connector automatically use Transport Layer Security (TLS) encryption and certificate validation. This requires a suitable TLS certificate configured on your Hana database host. | ||
|
||
To disable encryption in the connection string, use the ``encrypt`` property: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears actually the default is false? https://help.sap.com/docs/SAP_HANA_PLATFORM/b3ee5778bc2e4a089d3299b82ec762a7/2624cb2191be4f68897b91023ab41d0c.html
Suggest revising the release note entry following the Documentation-only Pull Requests topic of the Release Notes Guidelines. Something like:
|
bbd35c7
Co-authored-by: Steve Burnett <burnett@pobox.com>
@steveburnett I have updated RELEASE NOTES. |
Description
Enabling SSL support for Hana connector.
Motivation and Context
Added security feature SSL/TLS where users can connect to SSL/TLS enabled Datasource.
Impact
Test Plan
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.