Page MenuHomePhabricator

Remove the "grant authority" mechanism from users
ClosedPublic

Authored by epriestley on Aug 30 2019, 4:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 5, 5:18 AM
Unknown Object (File)
Fri, May 3, 5:24 AM
Unknown Object (File)
Thu, May 2, 9:57 PM
Unknown Object (File)
Sat, Apr 27, 12:44 PM
Unknown Object (File)
Thu, Apr 25, 12:53 AM
Unknown Object (File)
Sat, Apr 20, 4:54 PM
Unknown Object (File)
Tue, Apr 16, 8:52 PM
Unknown Object (File)
Thu, Apr 11, 8:38 AM
Subscribers
None

Details

Summary

Ref T13393. See some previous discussion in T13366.

Caching is hard and all approaches here have downsides, but the request cache likely has fewer practical downsides for this kind of policy check than other approaches. In particular, the grant approach (at least, as previously used in Phortune) has a major downside that "Query" classes can no longer fully enforce policies.

Since Phortune no longer depends on grants and they've now been removed from instances, drop the mechanism completely.

Test Plan

Grepped for callsites, found none.

Diff Detail

Repository
rP Phabricator
Branch
authority1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 23335
Build 32060: Run Core Tests
Build 32059: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 30 2019, 4:26 PM
This revision was automatically updated to reflect the committed changes.