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

Upgrade Rails to v7.2 #915

Merged
merged 4 commits into from
Nov 13, 2024
Merged

Upgrade Rails to v7.2 #915

merged 4 commits into from
Nov 13, 2024

Conversation

ezekg
Copy link
Member

@ezekg ezekg commented Nov 11, 2024

No description provided.

@ezekg ezekg force-pushed the feature/upgrade-rails-7-2 branch 3 times, most recently from 8ddaf6f to 1b77d56 Compare November 12, 2024 15:24
@ezekg ezekg force-pushed the feature/upgrade-rails-7-2 branch from 1b77d56 to 698d957 Compare November 12, 2024 15:26
@ezekg ezekg force-pushed the feature/upgrade-rails-7-2 branch 2 times, most recently from d3dc80e to 666f8c6 Compare November 12, 2024 16:21
@ezekg ezekg force-pushed the feature/upgrade-rails-7-2 branch 2 times, most recently from bdb9b19 to e042944 Compare November 12, 2024 16:34
@ezekg ezekg force-pushed the feature/upgrade-rails-7-2 branch 2 times, most recently from c094b22 to 25329b4 Compare November 12, 2024 18:08
unless license.send(:secure_compare, digest, license.key)
Keygen.logger.warn { "[license-key-lookup-service] rehashing key: license_id=#{license.id.inspect}" }

license.update!(key: digest)
Copy link
Member Author

@ezekg ezekg Nov 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually, once all in-use licenses and tokens have been rehashed, we need to upgrade bcrypt. If there happen to be any that we missed after 30 days, they will begin failing hash comparison, but we can either manually rehash these tokens once reported on a case-by-case basis, or instruct the user to regenerate the token.

@ezekg ezekg force-pushed the feature/upgrade-rails-7-2 branch from 25329b4 to 86bd9d6 Compare November 12, 2024 20:46
@ezekg ezekg marked this pull request as ready for review November 12, 2024 23:03
@ezekg ezekg merged commit d232a36 into master Nov 13, 2024
5 checks passed
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.

1 participant