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

Use sqlite for key persistence #26

Closed
danielemery opened this issue Jul 23, 2024 · 3 comments
Closed

Use sqlite for key persistence #26

danielemery opened this issue Jul 23, 2024 · 3 comments

Comments

@danielemery
Copy link
Owner

In order to make the keys project become usable by anyone but me, the keys themselves need to be dynamic.
To keep the container as simple as possible this should be achieved with something like an sqlite database.
Endpoints that can add and delete the different resource types also need to be in scope of this ticket.

Likely this will be considered a breaking change version of keys as it fundamentally changes the project.

@danielemery danielemery changed the title Back with sqlite Use sqlite for key persistence Jul 23, 2024
@danielemery
Copy link
Owner Author

@danielemery
Copy link
Owner Author

I've been considering that one of the nice features of keys at the moment is not needing to worry about data management at all (backups, persistence etc). I'm now leaning towards an alternative of providing keys to the container via a config file or environment variables rather than dealing with a stateful application.

@danielemery
Copy link
Owner Author

Replaced by #29

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