Skip to content

Commit 35ec60d

Browse files
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]>
1 parent b9cf125 commit 35ec60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/extensions-core/druid-basic-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ druid.auth.authenticator.MyBasicMetadataAuthenticator.initialInternalClientPassw
105105
# Uses the metadata store for storing users, you can use authentication API to create new users and grant permissions
106106
druid.auth.authenticator.MyBasicMetadataAuthenticator.credentialsValidator.type=metadata
107107
108-
# If true and the request credential doesn't exists in this credentials store, the request will proceed to next Authenticator in the chain.
108+
# If true and the request credential doesn't exist in this credentials store, the request proceeds to the next Authenticator in the chain.
109109
druid.auth.authenticator.MyBasicMetadataAuthenticator.skipOnFailure=false
110110
druid.auth.authenticator.MyBasicMetadataAuthenticator.authorizerName=MyBasicMetadataAuthorizer
111111
```

0 commit comments

Comments
 (0)