Skip to content

Drop migration that finalizes migration to add PAT expiration

Stan Hu requested to merge sh-drop-token-expiration-migrations-17-0 into 17-0-stable-ee

What does this MR do and why?

Drop migration that finalizes migration to add PAT expiration

This MR drops the migration that finalizes a migration that added an expiration to all tokens that did not have one. Due to the impact on users, this drops the migration to avoid interruption to user workflows without them realizing it.

Note this only will help customers that have not already upgraded to GitLab 16.0. This finalize step will already be run for instances that have already upgraded to GitLab 16.7.

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/462157

Changelog: changed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

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

Before After

How to set up and validate locally

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

Merge request reports