Closed mehdi-infostrux closed 11 months ago
@gnanaprakash-ravi can you please edit the toString in Pipes.java and see if any property contains password ignore case string, we obfuscate?
@gnanaprakash-ravi have you had a chance to look into this?
@mehdi-infostrux can you try using a log4j redactor like https://github.com/cloudera/logredactor ? Zingg gets different kind of sensitive data based on the data source so it is best to handle this at the cluster infrastructure level rather than code level.
fixed in dd40675eca74853ad33abf100bab3144c0707d7a
Describe the bug Username and Password not obfuscated when printed to the console
To Reproduce Steps to reproduce the behavior:
aws secretsmanager get-secret-value --secret-id zinggSnowflakeCreds --region us-east-2 --query SecretString --output text | jq -r \'.\"userName\"\'
","SF_PASSWORD":"$SF_PASSWORD"}}]}]' \Expected behavior
Run from AWS cloudshell