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

Recalculate fingerprints in slosilo_keystore during migration #21

Closed
h-artzi opened this issue Aug 11, 2020 · 1 comment
Closed

Recalculate fingerprints in slosilo_keystore during migration #21

h-artzi opened this issue Aug 11, 2020 · 1 comment
Assignees
Labels

Comments

@h-artzi
Copy link
Contributor

h-artzi commented Aug 11, 2020

When upgrading from a pre-FIPS version to a post-FIPS version of Conjur, the fingerprints of the keys in the table slosilo_keystore need to be updated. This was caused by an update to the hashing algorithm used to calculate them (#15).

Fix: Add a method to slosilo that recaclulate_fingerprints if they exist. This method will be triggered during migrations and potentially other events.

The gem will need to be updated in the appropriate downstream projects

@h-artzi
Copy link
Contributor Author

h-artzi commented Aug 11, 2020

@jvanderhoof would appreciate your thoughts on this approach!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants