Commit ca2c5ddb authored by Grzegorz Bizon's avatar Grzegorz Bizon

Exclude encrypted build token from import/export and retries

parent 9a89ed48
...@@ -142,6 +142,7 @@ excluded_attributes: ...@@ -142,6 +142,7 @@ excluded_attributes:
statuses: statuses:
- :trace - :trace
- :token - :token
- :token_encrypted
- :when - :when
- :artifacts_file - :artifacts_file
- :artifacts_metadata - :artifacts_metadata
......
...@@ -20,9 +20,9 @@ describe Ci::RetryBuildService do ...@@ -20,9 +20,9 @@ describe Ci::RetryBuildService do
CLONE_ACCESSORS = described_class::CLONE_ACCESSORS CLONE_ACCESSORS = described_class::CLONE_ACCESSORS
REJECT_ACCESSORS = REJECT_ACCESSORS =
%i[id status user token coverage trace runner artifacts_expire_at %i[id status user token token_encrypted coverage trace runner
artifacts_file artifacts_metadata artifacts_size created_at artifacts_expire_at artifacts_file artifacts_metadata artifacts_size
updated_at started_at finished_at queued_at erased_by created_at updated_at started_at finished_at queued_at erased_by
erased_at auto_canceled_by job_artifacts job_artifacts_archive erased_at auto_canceled_by job_artifacts job_artifacts_archive
job_artifacts_metadata job_artifacts_trace job_artifacts_junit job_artifacts_metadata job_artifacts_trace job_artifacts_junit
job_artifacts_sast job_artifacts_dependency_scanning job_artifacts_sast job_artifacts_dependency_scanning
......
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