amaechler commented on code in PR #16596: URL: https://github.com/apache/druid/pull/16596#discussion_r1638281384
########## docs/operations/auth.md: ########## @@ -54,7 +54,11 @@ Druid includes two built-in Authenticators, one of which is used for the default ### AllowAll authenticator -This built-in Authenticator authenticates all requests, and always directs them to an Authorizer named "allowAll". It is not intended to be used for anything other than the default unsecured configuration. +This built-in Authenticator authenticates all requests, and always directs them to an Authorizer named `allowAll`. It's not intended to be used for anything other than the default unsecured configuration. + +``` Review Comment: ```suggestion ```properties ``` for some syntax highlighting :) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
