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

Persist the app state #62

Open
marcinc opened this issue Jun 2, 2020 · 0 comments
Open

Persist the app state #62

marcinc opened this issue Jun 2, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@marcinc
Copy link
Contributor

marcinc commented Jun 2, 2020

Krane is currently stateless and depends on the correct configuration supplied at the app start time. This includes the custom risk rules definitions which are currently expected to be present in a specific location on the filesystem.

The following should be considered:

  1. Change example k8s manifests to show how custom risk rules could be loaded from K8s Configmap or PV.

  2. Enable Graph persistence to disk via PV. Graph could be then used (at later stage!) to also persist UI choices, whitelists etc, instead of adding another database element to the mix.

@marcinc marcinc added enhancement New feature or request feature New feature proposal and removed enhancement New feature or request labels Jun 2, 2020
@marcinc marcinc changed the title [Feature] Persist the app state Persist the app state Jun 2, 2020
@marcinc marcinc added enhancement New feature or request and removed feature New feature proposal labels Jun 19, 2020
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

1 participant