HunterL opened a new pull request #1689: URL: https://github.com/apache/hive/pull/1689
### What changes were proposed in this pull request? Adds templeton configuration options for enabling TLS ### Why are the changes needed? Allows more secure connections to WebHCat The code for this change has been sitting around since 2018. Targeting has moved from 3.0 to 3.1 to now 3.2, I figure moving it over to Github will help get this in. ### Does this PR introduce _any_ user-facing change? Yes, added configuration options and docs should be updated. The update to the docs has already been made in the original ticket, need someone with editing permissions to do so. ### How was this patch tested? No tests were added, but you can verify this with a simple curl command. curl -k 'https://<user>:<password>@<host>:50111/templeton/v1/status' Any guidance on adding a test for this would be appreciated. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org