Skip to content

Fix Ci::Trigger attr_encrypted option typo

Hordur Freyr Yngvason requested to merge fix-ci-trigger-attr-encrypted into master

What does this MR do and why?

Due to a typo, we accidentally ended up base64 encoding the IV column for the encrypted token. The overhead is fairly minimal compared to the effort of migrating the data, so I'm proposing we leave it encoded.

See https://gitlab.com/gitlab-org/gitlab/-/issues/391935

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Hordur Freyr Yngvason

Merge request reports