diff --git a/docs/en/debugging/config_dump.md b/docs/en/debugging/config_dump.md index 78884dee3e..eed2af175b 100644 --- a/docs/en/debugging/config_dump.md +++ b/docs/en/debugging/config_dump.md @@ -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:-} -``` \ No newline at end of file +```