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

refreshing the auto-discovered policy based on events seen on that policy #408

Open
nyrahul opened this issue Feb 16, 2022 · 0 comments
Open
Labels
enhancement New feature or request P0 Priority 0

Comments

@nyrahul
Copy link
Contributor

nyrahul commented Feb 16, 2022

Currently, the engine checks if there are any rules that are changed in the auto-discovered policy and only in that case updates the policies with the changes.

However, we want the ability for the user to know if there were any recent events for the auto-discovered policy. User can then should be able to say, "I want to delete the auto-discovered policies that haven't seen any activity/events in the past two months".

From the implementation PoV, we need to keep a timestamp which gets updated whenever an event is received on the given discovered policy. This would result in more updates to the DB but the updates are only for the timestamps and thus minimal.

@nyrahul nyrahul added enhancement New feature or request P0 Priority 0 labels Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P0 Priority 0
Projects
None yet
Development

No branches or pull requests

1 participant