abhishekrb19 commented on code in PR #14055:
URL: https://github.com/apache/druid/pull/14055#discussion_r1162176724
##########
docs/operations/security-overview.md:
##########
@@ -157,10 +148,12 @@ An example configuration:
# Default password for internal 'druid_system' user, should be changed for
production.
druid.auth.authenticator.MyBasicMetadataAuthenticator.initialInternalClientPassword=password2
- # Uses the metadata store for storing users, you can use authentication API
to create new users and grant permissions
+ # 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,
Review Comment:
Yep, sounds good!
--
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]