Commit 5075fb3b authored by James Lopez's avatar James Lopez Committed by James Edwards-Jones

fix attr_encrypted in EE

parent 877c121c
......@@ -12,6 +12,7 @@ class PagesDomain < ActiveRecord::Base
attr_encrypted :key,
mode: :per_attribute_iv_and_salt,
insecure_mode: true,
key: Gitlab::Application.secrets.db_key_base,
algorithm: 'aes-256-cbc'
......
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