gaborgsomogyi commented on code in PR #21511:
URL: https://github.com/apache/flink/pull/21511#discussion_r1049362615
##########
flink-runtime/src/main/java/org/apache/flink/runtime/security/token/DefaultDelegationTokenManager.java:
##########
@@ -141,7 +133,7 @@ private Map<String, HadoopDelegationTokenProvider>
loadProviders() {
@VisibleForTesting
boolean isProviderEnabled(String serviceName) {
return configuration.getBoolean(
- String.format("security.kerberos.token.provider.%s.enabled",
serviceName), true);
+ String.format("security.delegation.token.provider.%s.enabled",
serviceName), true);
Review Comment:
The PR is there but not yet merged.
https://github.com/apache/flink/pull/21192 Everybody is watching @mbalassi 's
hand :)
--
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]