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

Remove EventReports after consuming it #274

Open
gianlucam76 opened this issue Nov 2, 2024 · 0 comments
Open

Remove EventReports after consuming it #274

gianlucam76 opened this issue Nov 2, 2024 · 0 comments

Comments

@gianlucam76
Copy link
Member

Is your feature request related to a problem? Please describe.

Sometime EventReports might contain information that are sensitive and we don't want those stored into the management cluster.

Let's take the DB as a service. When a PG Cluster is created in the service cluster, Sveltos fetches the credentials and store those in the management cluster. But after a Job (accessing the DB) is created in the managed cluster, there is no need to have this information in the management cluster anymore.

So it would be nice to have an option for EventReports to be removed after being consumed by EventTrigger.

This of course means that EventTrigger won't be able to react to any other change (since the EventReport is not present in the management cluster anymore after first time it is consumed)

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