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
|
||||
|
|
|
|||
Loading…
Reference in New Issue