[ https://issues.apache.org/jira/browse/HIVE-26071?focusedWorklogId=768226&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-768226 ]
ASF GitHub Bot logged work on HIVE-26071: ----------------------------------------- Author: ASF GitHub Bot Created on: 09/May/22 23:40 Start Date: 09/May/22 23:40 Worklog Time Spent: 10m Work Description: hsnusonic commented on code in PR #3233: URL: https://github.com/apache/hive/pull/3233#discussion_r868525627 ########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java: ########## @@ -79,8 +79,10 @@ import org.apache.hadoop.util.ReflectionUtils; import org.apache.hadoop.util.StringUtils; import org.apache.http.HttpException; +import org.apache.http.HttpHeaders; import org.apache.http.HttpRequest; import org.apache.http.HttpRequestInterceptor; +import org.apache.http.client.utils.HttpClientUtils; Review Comment: nit: unused import? ########## 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> + </dependency> + <dependency> + <groupId>org.pac4j</groupId> + <artifactId>pac4j-core</artifactId> + <version>4.5.5</version> + </dependency> + <dependency> + <groupId>com.github.tomakehurst</groupId> + <artifactId>wiremock-jre8-standalone</artifactId> + <version>2.32.0</version> Review Comment: Never mind. This is only used in test, so I am OK with it. Issue Time Tracking ------------------- Worklog Id: (was: 768226) Time Spent: 6h 40m (was: 6.5h) > 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: 6h 40m > 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)