From 9de59a268d47e94a0094648f1aa6b3d03b28bce1 Mon Sep 17 00:00:00 2001 From: Jake Watkins Date: Mon, 26 Jun 2023 11:04:34 -0400 Subject: [PATCH] Update rules README.md --- rules/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rules/README.md b/rules/README.md index 8e23967..274110f 100644 --- a/rules/README.md +++ b/rules/README.md @@ -52,9 +52,5 @@ This is the list of keys we're using for secrets (and abuse for certain configur - `gcp-gsuite-SAML-claims.js` Ditto - `default-deny-for-maintenance.js` A default "OFF" rule, that can be manually turned on to refuse all logins and indicate to the user that we're in maintenance mode. Used for emergencies only! -- `temporary-LDAP-re-reintegration.js` Temporary rule that reintegrates LDAP groups to the profile. This should be - removed and replaced by person-api v2 calls eventually - available. - person-apiv2 is available. - `link-users-by-email-with-metadata.js` Links user profiles by primary email (GH x@x.x and FxA x@x.x become the same profile). The user profile to be main (ie main user_id) is decided by ratcheting logic.