Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure sensitive information is not logged #26

Open
olevski opened this issue Sep 4, 2024 · 0 comments
Open

Make sure sensitive information is not logged #26

olevski opened this issue Sep 4, 2024 · 0 comments

Comments

@olevski
Copy link
Member

olevski commented Sep 4, 2024

There may be cases where we end up logging sensitive information in the logs. We should check and correct all such instances.

In some cases we may do this because we take the rclone logs and dump them to stdout. But we run rclone in a separate process as a shell command. So if the problem is that rclone is dumping sensitive info then moving to running rclone as a go package rather than a shell command should help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant