I would add those keys to enhance the default settings:
{
"hide-my-secrets.secretKeys": [
"access_key",
"api_key",
"aws_secret_access_key",
"azure_client_secret",
"client_secret",
"connection_string",
"connectionstring",
"google_client_secret",
"jwt_token",
"oauth_token",
"password",
"private_key",
"secret_key",
"secret_token",
"token"
]
}
I would add those keys to enhance the default settings: