cloudquery
cloudquery copied to clipboard
Debugging File-backed Variables Error
Describe the Issue
Customers use file backed variables as ways of integrating with other systems like vault. When using a filebacked variable for DSN it is nearly impossible to debug the issue as the value is always redacted.
Possible solution
Expose a flag that would remove any redaction on local logs so that users can debug issues
Create a disable-log-redaction flag. Ensure there is a huge warning to user about sensitive data in logs
Should be resolved in v2. Also as a side note, if we have this problem in the future we can redact but keep first and last characters (assuming the string is long enough)