VenuReddy2103 opened a new pull request, #6476: URL: https://github.com/apache/hive/pull/6476
### What changes were proposed in this pull request? Added `hive.metastore.include.protocols` and `hive.metastore.include.ciphersuites` properties to HMS configuration. ### Why are the changes needed? Allows administrators to enforce modern cryptographic standards (e.g., forcing TLS 1.2+ or specific high-strength ciphers). ### Does this PR introduce _any_ user-facing change? Yes. User can now enforce to use strong secure versions like TLSv1.2 or TLSv1.3 with `hive.metastore.include.protocols` and can configure stronger ciphers like AES-128-GCM with `hive.metastore.include.ciphersuites` properties for communication to HMS. ### How was this patch tested? Manual testing -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
