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
Warehouse currently uses Pyramid 2.0 style "security policies" at the top level (via warehouse.utils.security_policy.MultiSecurityPolicy). However, these are (currently) just a thin wrapper for a few 1.0-style authorization policies:
TwoFactorAuthorizationPolicy
MacaroonAuthorizationPolicy
These should be merged into their corresponding security policies, both simplifying the codebase and removing a handful of deprecated API sites.
(Assigning myself for triage, but will reassign.)
The text was updated successfully, but these errors were encountered:
Warehouse currently uses Pyramid 2.0 style "security policies" at the top level (via
warehouse.utils.security_policy.MultiSecurityPolicy
). However, these are (currently) just a thin wrapper for a few 1.0-style authorization policies:TwoFactorAuthorizationPolicy
MacaroonAuthorizationPolicy
These should be merged into their corresponding security policies, both simplifying the codebase and removing a handful of deprecated API sites.
(Assigning myself for triage, but will reassign.)
The text was updated successfully, but these errors were encountered: