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

 ##########
 File path: docs/content/development/extensions-core/druid-basic-security.md
 ##########
 @@ -44,42 +44,70 @@ These configuration properties should be added to the 
common runtime properties
 ### Properties
 |Property|Description|Default|required|
 |--------|-----------|-------|--------|
-|`druid.auth.basic.common.pollingPeriod`|Defines in milliseconds how often 
processes should poll the Coordinator for the current authenticator/authorizer 
database state.|60000|No|
+|`druid.auth.basic.common.pollingPeriod`|Defines in milliseconds how often 
processes should poll the Coordinator for the current 
escalator/authenticator/authorizer database state.|60000|No|
 |`druid.auth.basic.common.maxRandomDelay`|Defines in milliseconds the amount 
of random delay to add to the pollingPeriod, to spread polling requests across 
time.|6000|No|
 |`druid.auth.basic.common.maxSyncRetries`|Determines how many times a service 
will retry if the authentication/authorization database state sync with the 
Coordinator fails.|10|No|
 |`druid.auth.basic.common.cacheDirectory`|If defined, snapshots of the basic 
Authenticator and Authorizer database caches will be stored on disk in this 
directory. If this property is defined, when a service is starting, it will 
attempt to initialize its caches from these on-disk snapshots, if the service 
is unable to initialize its state by communicating with the 
Coordinator.|null|No|
 
 
-### Creating an Authenticator
+### Creating an Authenticator that uses database to lookup and validate 
credentials
 
 Review comment:
   Done, changed and further updated the doc

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