From d56d0c828993c6a45d5c2194016817c9142bd177 Mon Sep 17 00:00:00 2001 From: Tiago Lucas <39483739+TiagoLucas22478@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:25:46 +0000 Subject: [PATCH 1/2] Enforcing 2FA for all members of the organisation We're taking steps to further enhance the security of your projects and repositories, as part of our ongoing commitment to cybersecurity. Following our previous communication on January 14th, shared through the eclipse.org-committers [mailing list](https://www.eclipse.org/lists/eclipse.org-committers/msg01409.html), and detailed in the associated [support ticket](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/477#note_1610474), we are now enabling the requirement for two-factor authentication (2FA) across the entire GitHub organisation of your project. **We are pleased to report that your organisation was already in full compliance with this new requirement; all members already have 2FA enabled**. Consequently, this policy enforcement will not necessitate any immediate changes on your part. However, it is important to mention that moving forward, all new committers or [contributors](https://www.eclipse.org/projects/handbook/#pmi-contributors), will be required to activate 2FA prior to their invitation to join the GitHub organisation. Should you have any questions or face any challenges with this change, please do not hesitate to [open a ticket on the HelpDesk](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/new), comment on the [ticket tracking this initiative](https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/477), or just add your comment to this pull request. Thanks! Signed-off-by: Tiago Lucas <39483739+TiagoLucas22478@users.noreply.github.com> --- otterdog/eclipse-glsp.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otterdog/eclipse-glsp.jsonnet b/otterdog/eclipse-glsp.jsonnet index 9f8251b..8337a00 100644 --- a/otterdog/eclipse-glsp.jsonnet +++ b/otterdog/eclipse-glsp.jsonnet @@ -8,7 +8,7 @@ orgs.newOrg('eclipse-glsp') { packages_containers_internal: false, packages_containers_public: false, readers_can_create_discussions: true, - two_factor_requirement: false, + two_factor_requirement: true, web_commit_signoff_required: false, workflows+: { default_workflow_permissions: "write", From d2d3dc2bf76bef9746d98aa722646538f9cd90fe Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Fri, 2 Feb 2024 12:00:19 +0100 Subject: [PATCH 2/2] Update eclipse-glsp.jsonnet Signed-off-by: Thomas Neidhart --- otterdog/eclipse-glsp.jsonnet | 1 - 1 file changed, 1 deletion(-) diff --git a/otterdog/eclipse-glsp.jsonnet b/otterdog/eclipse-glsp.jsonnet index 8337a00..82aecf0 100644 --- a/otterdog/eclipse-glsp.jsonnet +++ b/otterdog/eclipse-glsp.jsonnet @@ -8,7 +8,6 @@ orgs.newOrg('eclipse-glsp') { packages_containers_internal: false, packages_containers_public: false, readers_can_create_discussions: true, - two_factor_requirement: true, web_commit_signoff_required: false, workflows+: { default_workflow_permissions: "write",