hsnusonic commented on a change in pull request #3006:
URL: https://github.com/apache/hive/pull/3006#discussion_r807471249
##########
File path: jdbc/src/java/org/apache/hive/jdbc/Utils.java
##########
@@ -99,6 +99,9 @@
public static final String AUTH_PASSWD = "password";
public static final String AUTH_KERBEROS_AUTH_TYPE = "kerberosAuthType";
public static final String AUTH_KERBEROS_AUTH_TYPE_FROM_SUBJECT =
"fromSubject";
+ public static final String AUTH_TYPE_JWT = "jwt";
+ public static final String AUTH_TYPE_JWT_KEY = "jwt";
+ public static final String AUTH_JWT_ENV = "JWT";
Review comment:
It is arbitrarily chosen. I didn't find a universally used name.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]