Merge pull request #2051 from Infisical/misc/add-config-to-redacted-keys

misc: add config to redacted keys
This commit is contained in:
Maidul Islam
2024-07-02 10:47:20 -04:00
committed by GitHub

View File

@@ -58,7 +58,8 @@ const redactedKeys = [
"decryptedSecret",
"secrets",
"key",
"password"
"password",
"config"
];
export const initLogger = async () => {