mohammadjkhan commented on a change in pull request #6972: Support LDAP
authentication/authorization
URL: https://github.com/apache/incubator-druid/pull/6972#discussion_r270141007
##########
File path:
extensions-core/druid-basic-security/src/main/java/org/apache/druid/security/basic/authentication/db/cache/CoordinatorBasicAuthenticatorCacheNotifier.java
##########
@@ -53,24 +53,32 @@ public CoordinatorBasicAuthenticatorCacheNotifier(
@EscalatedClient HttpClient httpClient
)
{
- cacheNotifier = new CommonCacheNotifier(
+ userCacheNotifier = new CommonCacheNotifier(
initAuthenticatorConfigMap(authenticatorMapper),
Review comment:
No, initAuthenticatorConfigMap has nothing to do with user/s per say.
initAuthenticatorConfigMap is unchanged and just returns the map of
authenticator prefix and authenticator configuration (BasicAuthDBConfig) that
the CommonCacheNotifier (userCacheNotifier) needs too reference configuration
properties like isEnableCacheNotifications
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]