diff --git a/changelogs/unreleased/326386-enable-ssh-key-expiration-email-notification.yml b/changelogs/unreleased/326386-enable-ssh-key-expiration-email-notification.yml new file mode 100644 index 0000000000000000000000000000000000000000..d6a5dadaaa659808ad075e99244ce595dd20d9e2 --- /dev/null +++ b/changelogs/unreleased/326386-enable-ssh-key-expiration-email-notification.yml @@ -0,0 +1,5 @@ +--- +title: Email users about SSH keys that are expired or expiring soon +merge_request: 61812 +author: +type: added diff --git a/config/feature_flags/development/ssh_key_expiration_email_notification.yml b/config/feature_flags/development/ssh_key_expiration_email_notification.yml index ee051a4648b5aa2f18b292fd391fd1a231bb948f..f1d081dad18ee18f4e6879dc97c3edd58de96ff3 100644 --- a/config/feature_flags/development/ssh_key_expiration_email_notification.yml +++ b/config/feature_flags/development/ssh_key_expiration_email_notification.yml @@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/326386 milestone: '13.11' type: development group: group::compliance -default_enabled: false +default_enabled: true