From fb48eaba4600c1e0e36afae6ec7638d52265a62c Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Mon, 10 Sep 2018 13:05:22 +0100 Subject: Encrypt webhook tokens and URLs in the database --- lib/gitlab/import_export/import_export.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/gitlab/import_export') diff --git a/lib/gitlab/import_export/import_export.yml b/lib/gitlab/import_export/import_export.yml index a19b3c88627..2bed470514b 100644 --- a/lib/gitlab/import_export/import_export.yml +++ b/lib/gitlab/import_export/import_export.yml @@ -147,6 +147,12 @@ excluded_attributes: - :reference - :reference_html - :epic_id + hooks: + - :token + - :encrypted_token + - :encrypted_token_iv + - :encrypted_url + - :encrypted_url_iv methods: labels: -- cgit v1.2.3