-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up and remove unused rules #438
Changes from 4 commits
4c0cfa9
b6e5153
b1e6543
c5bf6ff
edb55ae
340ae2f
79303fe
9de59a2
ab77451
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,15 +43,10 @@ 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 | ||
|
@@ -60,7 +55,6 @@ This is the list of keys we're using for secrets (and abuse for certain configur | |
- `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.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't mean to remove all of this part. I'll add part of it back in.