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

WIP: Add generic key storage #13

Merged
merged 9 commits into from
May 7, 2024
Merged

WIP: Add generic key storage #13

merged 9 commits into from
May 7, 2024

Conversation

cre8
Copy link
Contributor

@cre8 cre8 commented May 1, 2024

Fixes #12

This PR allows to use hashicorp vault as a keystorage so the keys are not stored a database directly.

Right now the generated signature seems to be broken, the local verification fails. Maybe its because of the encoding of the input

Signed-off-by: Mirko Mollik [email protected]

Mirko Mollik added 2 commits May 1, 2024 11:54
Fixes #12

Signed-off-by: Mirko Mollik <[email protected]>
@cre8 cre8 marked this pull request as draft May 1, 2024 10:59
@cre8
Copy link
Contributor Author

cre8 commented May 2, 2024

Signature is fixed.

Right now we don't have a production config for vault, meaning the vault is running in dev mode and will store the data in memory until it restarts.

@cre8 cre8 marked this pull request as ready for review May 2, 2024 16:59
@cre8 cre8 merged commit ef8ea17 into main May 7, 2024
3 checks passed
@cre8 cre8 deleted the cre8/issue12 branch May 7, 2024 20:44
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

Successfully merging this pull request may close these issues.

Add generic key storage
1 participant