henrib commented on code in PR #6002: URL: https://github.com/apache/hive/pull/6002#discussion_r2267070233
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -1895,6 +1895,10 @@ public enum ConfVars { "hive.metastore.httpserver.threadpool.idle", 60_000L, "HMS embedded HTTP server thread idle time." ), + HTTPSERVER_USE_HTTPS("hive.metastore.httpserver.use.https", Review Comment: I did not want to presume that USE_SSL would imply https for Iceberg Catalog and Properties; routing to these endpoints using https may imply more configuration on the client side (truststore). We could use USE_SSL as default if ...use.https is not explicitly set ? -- 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: gitbox-unsubscr...@hive.apache.org 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