Fix a typo and missing key in doc (#11580)
This commit is contained in:
parent
dd09d08c0c
commit
14fdb6fbd8
|
|
@ -60,7 +60,7 @@ By default, we mask the config keys through the following configurations.
|
|||
|
||||
```yaml
|
||||
# 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
|
||||
|
|
@ -71,4 +71,4 @@ By default, this service is open for helping users to debug and diagnose. If you
|
|||
```yaml
|
||||
debugging-query:
|
||||
selector: ${SW_DEBUGGING_QUERY:-}
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue