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

Create a migration script for new fernet encrypted keys. #124

Closed
kevgliss opened this issue Oct 13, 2015 · 1 comment
Closed

Create a migration script for new fernet encrypted keys. #124

kevgliss opened this issue Oct 13, 2015 · 1 comment
Assignees

Comments

@kevgliss
Copy link
Contributor

With #123 in place, we will need a script to be able to move from the older style sqlalchemy_utils encrypted column to the new fernet encrypted column.

This will be handled via a alembic migration that will create an intermediate table such that we can convert between the new encryption scheme and the old scheme. New deployments should not have to undergo this migration.

@kevgliss kevgliss self-assigned this Oct 13, 2015
@kevgliss
Copy link
Contributor Author

Closed by #128

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