-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #438 from dividehex/remove_unused_rules
Clean up and remove unused rules
- Loading branch information
Showing
24 changed files
with
28 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,7 @@ function GHEGroups(user, context, callback) { | |
'AgiLB9xCoW4beavY9z7UuvO36DLmdwJ1': 'mozilliansorg_ghe_mozilla-rally_users', | ||
'QfJVAjXlaGzpCo5S48J9D38QvIfhlYzF': 'mozilliansorg_ghe_mozilladatascience_users', | ||
'UwUgLsXH6YtrWLATQpTuil2iNilYGGhF': 'mozilliansorg_ghe_mozilla-services_users', | ||
'RLPUxhCQsmmRHyOmDOGkLpu1mArNH3xn': 'mozilliansorg_ghe_firefoxux_users', | ||
}; | ||
|
||
const fetch = require('[email protected]'); | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,24 +43,14 @@ This is the list of keys we're using for secrets (and abuse for certain configur | |
- `force-ldap-logins-over-ldap.js` Ensure LDAP users only login with LDAP (i.e. "Staff uses Staff login"). This | ||
forbids using passwordless, GitHub, etc. login methods with a `@mozilla.com` email for example. | ||
- `CIS-Claims-fixups.js` Adds custom OIDC claims in our namespace, like groups or AAI | ||
- `CIS-New-User-hook.js` Invoke the Auth0 CIS Publisher hook with a user_id, in order to notify it of potentially new | ||
or modified users. | ||
- `Everyone-is-in-the-everyone-group.js` Adds all users in a group called `everyone` to function correctly with the | ||
apps.yml file, which assume you have this group, historically | ||
- `Global-Function-Declarations.js` A place to have a cache of functions. This cache dies when the webtasks die, so | ||
every 60s | ||
- `SAML-AWS-consolidatedbilling-readonly.js` Custom claim mapping for SAML | ||
- `SAML-AWS-mozillaiam-account-readonly.js` Ditto | ||
- `SAML-temporary-AWS-consolidatedbilling-admin.js` Ditto | ||
- `SAML-test-mozilla-com-google.js` Ditto | ||
- `SAML-thinksmart.js` Ditto | ||
- `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. | ||
- `temporary-hris-connector.js` Temporary rule that fix the missing `hris_is_staff` group for Mozillians.org, until | ||
person-apiv2 is available. | ||
- `link-users-by-email-with-metadata.js` Links user profiles by primary email (GH [email protected] and FxA [email protected] become the same | ||
profile). The user profile to be main (ie main user_id) is decided by ratcheting logic. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.