NihalJain commented on code in PR #7204:
URL: https://github.com/apache/hbase/pull/7204#discussion_r2262057529
##########
hbase-http/src/main/java/org/apache/hadoop/hbase/http/InfoServer.java:
##########
@@ -42,6 +42,9 @@ public class InfoServer {
private static final String HBASE_APP_DIR = "hbase-webapps";
private final org.apache.hadoop.hbase.http.HttpServer httpServer;
+ private static final String HADOOP_WEB_TLS_CONFIG_PREFIX = "ssl.server.";
+ private static final String HBASE_WEB_TLS_CONFIG_PREFIX =
"hbase.infoserver.";
Review Comment:
nit: we could re-use prefix 'hbase.ui.' as in
`https://github.com/apache/hbase/blob/master/hbase-http/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java#L170`
--
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]