This is an automated email from the ASF dual-hosted git repository.
techdocsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 35ec60d780a fix: Typo in security doc (#18864)
35ec60d780a is described below
commit 35ec60d780a8dd907602f2297a09d5384153f4e1
Author: Jill Osborne <[email protected]>
AuthorDate: Mon Dec 22 16:43:57 2025 +0000
fix: Typo in security doc (#18864)
* fix: Typo in security doc
* Update docs/development/extensions-core/druid-basic-security.md
---------
Co-authored-by: Charles Smith <[email protected]>
---
docs/development/extensions-core/druid-basic-security.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/development/extensions-core/druid-basic-security.md
b/docs/development/extensions-core/druid-basic-security.md
index de7c3d07dde..d2882ccc5cf 100644
--- a/docs/development/extensions-core/druid-basic-security.md
+++ b/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 the next Authenticator in the chain.
druid.auth.authenticator.MyBasicMetadataAuthenticator.skipOnFailure=false
druid.auth.authenticator.MyBasicMetadataAuthenticator.authorizerName=MyBasicMetadataAuthorizer
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]