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

Multi key support for rotation #28

Open
marcqualie opened this issue Oct 1, 2020 · 0 comments
Open

Multi key support for rotation #28

marcqualie opened this issue Oct 1, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@marcqualie
Copy link
Collaborator

Currently unless the key and the credentials files are changed at the same time, there could be a problem with decryption after deployment.

This can be implemented simply in diffcrypt core by allowing a comma seperated list of keys to try, skipping to the next key if decryption fails.

In theory we can also extend this to rails by doing the approach, and ensuring the rails credentials wrapper uses the correct internal diffcrypt classes that support this type of decryption.

@marcqualie marcqualie added the enhancement New feature or request label Oct 1, 2020
@marcqualie marcqualie added this to the v1.0.0 milestone Oct 1, 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