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

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

                Author: ASF GitHub Bot
            Created on: 31/Mar/23 06:07
            Start Date: 31/Mar/23 06:07
    Worklog Time Spent: 10m 
      Work Description: vihangk1 commented on code in PR #4172:
URL: https://github.com/apache/hive/pull/4172#discussion_r1154051757


##########
standalone-metastore/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -552,6 +552,17 @@ public enum ConfVars {
         "hive-metastore/_h...@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:
   thank you!





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

    Worklog Id:     (was: 854059)
    Time Spent: 1h  (was: 50m)

> 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: 1h
>  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