[
https://issues.apache.org/jira/browse/HIVE-26071?focusedWorklogId=766852&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-766852
]
ASF GitHub Bot logged work on HIVE-26071:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/May/22 18:52
Start Date: 05/May/22 18:52
Worklog Time Spent: 10m
Work Description: sourabh912 commented on code in PR #3233:
URL: https://github.com/apache/hive/pull/3233#discussion_r866217178
##########
standalone-metastore/metastore-server/pom.xml:
##########
@@ -311,6 +311,22 @@
<artifactId>curator-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ <version>9.20</version>
Review Comment:
@hsnusonic : standalone-metastore's pom does not define Hive pom as its root
pom. Are you suggesting to move this version in standalone-metastore's pom.xml
?
Issue Time Tracking
-------------------
Worklog Id: (was: 766852)
Time Spent: 5h 20m (was: 5h 10m)
> JWT authentication for Thrift over HTTP in HiveMetaStore
> --------------------------------------------------------
>
> Key: HIVE-26071
> URL: https://issues.apache.org/jira/browse/HIVE-26071
> Project: Hive
> Issue Type: New Feature
> Components: Standalone Metastore
> Reporter: Sourabh Goyal
> Assignee: Sourabh Goyal
> Priority: Major
> Labels: pull-request-available
> Time Spent: 5h 20m
> Remaining Estimate: 0h
>
> HIVE-25575 recently added a support for JWT authentication in HS2. This Jira
> aims to add the same feature in HMS
--
This message was sent by Atlassian Jira
(v8.20.7#820007)