[ 
https://issues.apache.org/jira/browse/HIVE-26949?focusedWorklogId=853999&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-853999
 ]

ASF GitHub Bot logged work on HIVE-26949:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 30/Mar/23 18:09
            Start Date: 30/Mar/23 18:09
    Worklog Time Spent: 10m 
      Work Description: 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/[email protected]",
         "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





Issue Time Tracking
-------------------

    Worklog Id:     (was: 853999)
    Time Spent: 50m  (was: 40m)

> Backport HIVE-26071 to branch-3
> -------------------------------
>
>                 Key: HIVE-26949
>                 URL: https://issues.apache.org/jira/browse/HIVE-26949
>             Project: Hive
>          Issue Type: Improvement
>          Components: Metastore, Standalone Metastore
>            Reporter: Vihang Karajgaonkar
>            Assignee: Junlin Zeng
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> Creating this ticket to backport HIVE-26071 to branch-3.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to