Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,763
    • Issues 44,763
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,329
    • Merge requests 1,329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #347408
Closed
Open
Issue created Dec 08, 2021 by Huzaifa Iftikhar@huzaifaiftikhar10️⃣Maintainer11 of 11 checklist items completed11/11 checklist items

[Feature flag] Cleanup ff_limit_ssh_key_lifetime

Proposal

In %14.6 SSH key lifetime feature was released behind a default enabled feature flag. We need to remove the feature flag in the any of the milestones from %14.7

  • Create a merge request to remove ff_limit_ssh_key_lifetime feature flag. Ask for review and merge it.
    • Remove all references to the feature flag from the codebase.
    • Remove the YAML definitions for the feature from the repository.
    • Create a changelog entry.
  • Ensure that the cleanup MR has been deployed to both production and canary. If the merge request was deployed before the code cutoff, the feature can be officially announced in a release blog post.
    • /chatops run auto_deploy status <merge-commit-of-cleanup-mr>
  • Clean up the feature flag from all environments by running these chatops command in #production channel:
    • /chatops run feature delete ff_limit_ssh_key_lifetime --dev
    • /chatops run feature delete ff_limit_ssh_key_lifetime --staging
    • /chatops run feature delete ff_limit_ssh_key_lifetime
  • Close this feature flag cleanup issue.

Relates to #346753 (closed)

Edited Jan 10, 2022 by Huzaifa Iftikhar
Assignee
Assign to
Time tracking