Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/15_0/removal_manage_optional_pat_expiration.yml')
-rw-r--r--data/removals/15_0/removal_manage_optional_pat_expiration.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/removals/15_0/removal_manage_optional_pat_expiration.yml b/data/removals/15_0/removal_manage_optional_pat_expiration.yml
deleted file mode 100644
index e1e6a125186..00000000000
--- a/data/removals/15_0/removal_manage_optional_pat_expiration.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-- title: "Optional enforcement of personal access token expiration"
- announcement_milestone: "14.8"
- announcement_date: "2022-02-22"
- removal_milestone: "15.0"
- removal_date: "2022-05-22"
- breaking_change: true
- reporter: stkerr
- body: |
- Allowing expired personal access tokens to be used is unusual from a security perspective and could create unusual situations where an
- expired key is unintentionally able to be used. Unexpected behavior in a security feature is inherently dangerous and so we now do not let expired personal access tokens be used.
-
- issue_url: "https://gitlab.com/gitlab-org/gitlab/-/issues/351962"
- documentation_url: "https://docs.gitlab.com/ee/user/admin_area/settings/account_and_limit_settings.html#allow-expired-access-tokens-to-be-used-removed"