Fix #5212 - typo in auth.md. (#5213)

This commit is contained in:
Shen Liu 2018-01-05 04:09:42 +08:00 committed by Jonathan Wei
parent 4cc31e4e7a
commit 5a8ea5f8ab
1 changed files with 1 additions and 1 deletions

View File

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