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

Add whitelist option to audit columns #110

Open
aszenz opened this issue Jun 10, 2022 · 2 comments
Open

Add whitelist option to audit columns #110

aszenz opened this issue Jun 10, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@aszenz
Copy link

aszenz commented Jun 10, 2022

Add option include_columns to specify the columns to be used for auditing an entity. (only those columns should be audited then, changes in all the rest should be ignored)
Right now one has to ignore a lot of columns per entity to achieve the same thing.

In my opinion, most entities only have a few columns that are relevant for auditing, so it makes sense to just specify those and ignore the rest.

@aszenz aszenz added the enhancement New feature or request label Jun 10, 2022
@aszenz
Copy link
Author

aszenz commented Jun 10, 2022

Maybe this should go into https://github.com/DamienHarper/auditor-bundle, let me know

@DamienHarper
Copy link
Owner

@aszenz thanks for the feedback, it makes sense. I need to think about it a bit more then I'll eventually add it to the roadmap.

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

No branches or pull requests

2 participants