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_ssh_expiration.yml')
-rw-r--r--data/removals/15_0/removal_manage_ssh_expiration.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/data/removals/15_0/removal_manage_ssh_expiration.yml b/data/removals/15_0/removal_manage_ssh_expiration.yml
deleted file mode 100644
index 889d79c8a29..00000000000
--- a/data/removals/15_0/removal_manage_ssh_expiration.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-- title: "Optional enforcement of SSH 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: |
- Disabling SSH expiration enforcement 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 now we enforce
- expiration on all SSH keys.
- issue_url: "https://gitlab.com/gitlab-org/gitlab/-/issues/351963"
- documentation_url: "https://docs.gitlab.com/ee/user/admin_area/settings/account_and_limit_settings.html#allow-expired-ssh-keys-to-be-used-deprecated"