Fix a typo and missing key in doc (#11580)

This commit is contained in:
kezhenxu94 2023-11-23 11:00:21 +08:00 committed by GitHub
parent dd09d08c0c
commit 14fdb6fbd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ By default, we mask the config keys through the following configurations.
```yaml ```yaml
# Include the list of keywords to filter configurations including secrets. Separate keywords by a comma. # Include the list of keywords to filter configurations including secrets. Separate keywords by a comma.
keywords4MaskingSecretsOfConfig: ${SW_CORE_KEYWORDS_FOR_MASKING_SECRETS:user,password,token,accessKey,secretKey} keywords4MaskingSecretsOfConfig: ${SW_DEBUGGING_QUERY_KEYWORDS_FOR_MASKING_SECRETS:user,password,token,accessKey,secretKey,authentication}
``` ```
## Disable The Config Dump Service ## Disable The Config Dump Service
@ -71,4 +71,4 @@ By default, this service is open for helping users to debug and diagnose. If you
```yaml ```yaml
debugging-query: debugging-query:
selector: ${SW_DEBUGGING_QUERY:-} selector: ${SW_DEBUGGING_QUERY:-}
``` ```