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

Redact query logs #56

Open
systay opened this issue Nov 11, 2024 · 0 comments
Open

Redact query logs #56

systay opened this issue Nov 11, 2024 · 0 comments

Comments

@systay
Copy link
Contributor

systay commented Nov 11, 2024

It would be great to be able to anonymise query logs by removing literal values from queries.

SELECT * FROM users WHERE name = 'Andres' and age = 25

# would instead become

SELECT * FROM users WHERE name = ? and age = ?

This would make it easy to send query logs to someone else without sharing sensitive data.

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