kubescape / storage

Apache License 2.0
1 stars 6 forks source link

chore: rebase on main unrevert filesystem storage #18

Closed vladklokun closed 1 year ago

vladklokun commented 1 year ago

What this PR changes?

This PR rebases on changes in main and reverts the reverted changes so we can continue developing the filesystem storage.

This reverts commit e05b46de16f8f523d4914805fbed3cbb6af59aa1, reversing changes made to 59816c07a504824452939f90df3e2653961cd0d0.

The reverted changes are an implementation of the filesystem-based storage. These need to be kept separately before we implement the remaining watching function.

vladklokun commented 1 year ago

@matthyx This PR should put the history of the filesystem storage branch back on track. No changes to the filesystem storage code will be made.

Once we approve this, could you please rebase #15 onto the new HEAD? Then we can finally remove Etcd from the Storage APIServer.

matthyx commented 1 year ago

Will check tomorrow!