You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by "junlinzeng-db (via GitHub)" <gi...@apache.org> on 2023/03/30 18:09:35 UTC

[GitHub] [hive] junlinzeng-db commented on a diff in pull request #4172: HIVE-26949: Backport HIVE-26071 to branch-3

junlinzeng-db commented on code in PR #4172:
URL: https://github.com/apache/hive/pull/4172#discussion_r1153616798


##########
standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -552,6 +552,17 @@ public enum ConfVars {
         "hive-metastore/_HOST@EXAMPLE.COM",
         "The service principal for the metastore Thrift server. \n" +
             "The special string _HOST will be replaced automatically with the correct host name."),
+    THRIFT_METASTORE_AUTHENTICATION("metastore.authentication", "hive.metastore.authentication",
+            "NONE",
+            new StringSetValidator("NONE", "JWT"),
+            "Client authentication types. Currently, only used in HTTP mode. For using kerberos use \n" +
+                    "metastore.sasl.enabled \n" +
+                    "  NONE: no authentication check\n" +
+                    "  JWT:  JSON Web Token authentication via JWT token. Only supported in Http/Https mode"),
+    THRIFT_METASTORE_AUTHENTICATION_JWT_JWKS_URL("metastore.authentication.jwt.jwks.url",

Review Comment:
   done



-- 
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-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org