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

Support for different types of config store backends #34

Open
sanfern opened this issue Mar 30, 2022 · 2 comments
Open

Support for different types of config store backends #34

sanfern opened this issue Mar 30, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sanfern
Copy link
Contributor

sanfern commented Mar 30, 2022

L3afd supports file to store persistent configs, it's good to support different backends like db and kv store.

@sanfern sanfern added the enhancement New feature or request label Mar 30, 2022
@dthaler
Copy link
Collaborator

dthaler commented May 11, 2022

@sanfern can you add more information that someone else could use to get started on this?

@dthaler dthaler added the good first issue Good for newcomers label May 11, 2022
@satyaranjanp
Copy link
Contributor

L3AFD stores the current ebpf program configs and keeps on updating these with each incoming 'update config' request. These configs are accessed during L3AFD restarts using the stored configurations. Currently L3AF uses local filesystem (configurable as filename: /var/l3afd/l3af-config.json) to store the configurations in json format. L3AFD can use other storage backends as well to store these persistent configs (KV store, nosql db, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants