mohammadjkhan commented on a change in pull request #6972: Support LDAP authentication/authorization URL: https://github.com/apache/incubator-druid/pull/6972#discussion_r332078366
########## File path: docs/content/development/extensions-core/druid-basic-security.md ########## @@ -97,6 +125,9 @@ druid.escalator.authorizerName=MyBasicAuthorizer |`druid.escalator.internalClientUsername`|The escalator will use this username for requests made as the internal systerm user.|n/a|Yes| |`druid.escalator.internalClientPassword`|The escalator will use this [Password Provider](../../operations/password-provider.html) for requests made as the internal system user.|n/a|Yes| |`druid.escalator.authorizerName`|Authorizer that requests should be directed to.|n/a|Yes| +|`druid.escalator.enableCacheNotifications`|If true, the Coordinator will notify Druid processes whenever a configuration change to this Escalator occurs, allowing them to immediately update their state without waiting for polling.|true|No| Review comment: Done, removed 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]
