From 5a8ea5f8abfcb274f0e0bf560c62b72c80a7903d Mon Sep 17 00:00:00 2001 From: Shen Liu Date: Fri, 5 Jan 2018 04:09:42 +0800 Subject: [PATCH] Fix #5212 - typo in auth.md. (#5213) --- docs/content/configuration/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/auth.md b/docs/content/configuration/auth.md index 358a54431b8..ae17ebf14d0 100644 --- a/docs/content/configuration/auth.md +++ b/docs/content/configuration/auth.md @@ -36,7 +36,7 @@ This built-in Authenticator authenticates all requests, and always directs them ## Escalator The `druid.escalator.type` property determines what authentication scheme should be used for internal Druid cluster communications (such as when a broker node communicates with historical nodes for query processing). -The Escalator chosen for this property must use an authentication scheme that is supported by an Authenticator in `druid.auth.authenticationChain. Authenticator extension implementors must also provide a corresponding Escalator implementation if they intend to use a particular authentication scheme for internal Druid communications. +The Escalator chosen for this property must use an authentication scheme that is supported by an Authenticator in `druid.auth.authenticationChain`. Authenticator extension implementors must also provide a corresponding Escalator implementation if they intend to use a particular authentication scheme for internal Druid communications. ### Noop Escalator