Commit ca466d5d authored by Stan Hu's avatar Stan Hu

Fix missing key change in...

Fix missing key change in 20171124104327_migrate_kubernetes_service_to_new_clusters_architectures.rb
parent 61df812a
......@@ -48,7 +48,7 @@ class MigrateKubernetesServiceToNewClustersArchitectures < ActiveRecord::Migrati
attr_encrypted :token,
mode: :per_attribute_iv,
key: Settings.attr_encrypted_db_key_base,
key: Settings.attr_encrypted_db_key_base_truncated,
algorithm: 'aes-256-cbc'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment