roryqi commented on code in PR #11354:
URL: https://github.com/apache/gravitino/pull/11354#discussion_r3371299979


##########
catalogs/catalog-common/src/main/java/org/apache/gravitino/catalog/hive/HiveConstants.java:
##########
@@ -30,6 +30,8 @@ public class HiveConstants {
   public static final String PRINCIPAL = "kerberos.principal";
   public static final String CHECK_INTERVAL_SEC = 
"kerberos.check-interval-sec";
   public static final String FETCH_TIMEOUT_SEC = 
"kerberos.keytab-fetch-timeout-sec";
+  public static final String KEYTAB_FETCH_ALLOW_LOCAL_ADDRESS =

Review Comment:
   Could we give a better name? Local address means 127.0.0.1 only. Actually it 
should include the 192.16.0.0 sub network.



-- 
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]

Reply via email to