techdocsmith commented on code in PR #18864: URL: https://github.com/apache/druid/pull/18864#discussion_r2640500231
########## docs/development/extensions-core/druid-basic-security.md: ########## @@ -105,7 +105,7 @@ druid.auth.authenticator.MyBasicMetadataAuthenticator.initialInternalClientPassw # Uses the metadata store for storing users, you can use authentication API to create new users and grant permissions druid.auth.authenticator.MyBasicMetadataAuthenticator.credentialsValidator.type=metadata -# If true and the request credential doesn't exists in this credentials store, the request will proceed to next Authenticator in the chain. +# If true and the request credential doesn't exist in this credentials store, the request proceeds to next Authenticator in the chain. Review Comment: ```suggestion # If true and the request credential doesn't exist in this credentials store, the request proceeds to the next Authenticator in the chain. ``` addd article -- 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]
