-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cleanup sensitive data from KEB db for all deprovisioned clusters #440
Comments
Check impact of cleanup on current metrics and if needed adjust implementation to handle it https://github.com/orgs/kyma-project/projects/38/views/1?pane=issue&itemId=53104649 |
Solution: New entity, where we store all necessary non-sensitive data after deprovisioning. Subtask:
|
The behavior of existing |
The track-record of operations for a deprovisioned instance could also be useful for post-mortem troubleshooting. How about keeping all the operations records after deprovisioning, just cleaning up the sensitive part (present in data and provisioning_parameters columns)? |
We are planning to use increase prometheus function. It looks we can use it instead of using absolute values. |
The release scenario:
Enabling archiving and cleaning in the deprovisioning process is defined in a yaml files, see: https://github.tools.sap/kyma/management-plane-config/pull/5068/files |
fullfill change requirements, see: https://pages.github.tools.sap/kyma/docusaurus-docs/kyma/ops/change_process/ |
waiting for: https://github.tools.sap/kyma/backlog/issues/5258 |
STAGE (before running):
after running archiver (but before enabling archiving and cleaning):
|
Items from operations and runtime states must be removed when the instance is fully deprovisioned.
There must be a time, when the items are kept for investigation (defined retention period)
The text was updated successfully, but these errors were encountered: