mohammadjkhan commented on a change in pull request #6972: Support LDAP 
authentication/authorization
URL: https://github.com/apache/incubator-druid/pull/6972#discussion_r307896411
 
 

 ##########
 File path: 
extensions-core/druid-basic-security/src/main/java/org/apache/druid/security/basic/authorization/BasicRoleBasedAuthorizer.java
 ##########
 @@ -60,39 +71,78 @@ public BasicRoleBasedAuthorizer(
     this.dbConfig = new BasicAuthDBConfig(
         null,
         null,
+        initialAdminUser,
+        initialAdminRole,
+        initialAdminGroupMapping,
         enableCacheNotifications == null ? true : enableCacheNotifications,
         cacheNotificationTimeout == null ? 
BasicAuthDBConfig.DEFAULT_CACHE_NOTIFY_TIMEOUT_MS : cacheNotificationTimeout,
-        0
+        0,
+        null,
+        null,
+        null,
+        null,
+        null,
+        null,
+        null, null,
+        null,
+        null
 
 Review comment:
   Fixed, BasicAuthDBConfig and BasicAuthLDAPConfig are now separated into 
separate config classes

----------------------------------------------------------------
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]

Reply via email to