You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to the introduction of organizations, users were given access to a site via the SiteUser model. We need to remove this concept (all models, tables, endpoints, and related code) from the database, API, and application
Acceptance Criteria
SiteUser model, Site Users column is removed in production database via migration
Authorizer and model scope code for builds (.forSiteUser) and for site (.forUser) are updated to only reference organization membership as the site access condition
SiteUser audit event is removed
SiteUser Redux actions, reducers, and associated front end code is removed
Rewrite loadBuildUserAccessToken to check organization users rather than site.Users for a valid access token
Remove or rewrite all associated tests
The text was updated successfully, but these errors were encountered:
Prior to the introduction of organizations, users were given access to a site via the
SiteUser
model. We need to remove this concept (all models, tables, endpoints, and related code) from the database, API, and applicationAcceptance Criteria
.forSiteUser
) and for site (.forUser
) are updated to only reference organization membership as the site access conditionloadBuildUserAccessToken
to check organization users rather thansite.Users
for a valid access tokenThe text was updated successfully, but these errors were encountered: