Skip to content

Commit

Permalink
Remove legacy encryption fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Oct 28, 2024
1 parent 999d052 commit e705fa4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,5 @@ class Application < Rails::Application
config.active_record.encryption.primary_key = ENV["AR_ENCRYPTION_PRIMARY_KEY"]
config.active_record.encryption.deterministic_key = ENV["AR_ENCRYPTION_DETERMINISTIC_KEY"]
config.active_record.encryption.key_derivation_salt = ENV["AR_ENCRYPTION_KEY_DERIVATION_SALT"]

# TODO: Remove after running Cluster.find_each(&:encrypt)
config.active_record.encryption.support_sha1_for_non_deterministic_encryption = true
end
end

0 comments on commit e705fa4

Please sign in to comment.