pan3793 commented on code in PR #6883:
URL: https://github.com/apache/kyuubi/pull/6883#discussion_r1908160836
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/util/KubernetesUtils.scala:
##########
@@ -78,7 +78,9 @@ object KubernetesUtils extends Logging {
.withOption(oauthTokenValue) { (token, configBuilder) =>
configBuilder.withOauthToken(token)
}.withOption(oauthTokenFile) { (file, configBuilder) =>
- configBuilder.withOauthToken(Files.asCharSource(file,
Charsets.UTF_8).read())
+ configBuilder.withOauthTokenProvider(new OAuthTokenProvider {
Review Comment:
seems before k8s 1.24, the default token has no expiration time, but the
newer version is 1h, let's leave some comments here, including links about K8s
behavior change
--
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]