Page MenuHomePhabricator

Improve utilization of "AuthTemporaryToken" table keys in LFS authentication queries
ClosedPublic

Authored by epriestley on Mar 7 2019, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 9:22 PM
Unknown Object (File)
Fri, Apr 5, 9:21 PM
Unknown Object (File)
Wed, Apr 3, 6:34 PM
Unknown Object (File)
Wed, Apr 3, 6:33 PM
Unknown Object (File)
Wed, Apr 3, 1:39 AM
Unknown Object (File)
Thu, Mar 21, 1:25 AM
Unknown Object (File)
Jan 21 2024, 1:13 AM
Unknown Object (File)
Jan 7 2024, 5:31 PM
Subscribers
None

Details

Summary

See PHI1123. The key on this table is <resource, type, code> but we currently query for only <type, code>. This can't use the key.

Constrain the query to the resource we expect (the repository) so it can use the key.

Test Plan

Pushed files using LFS. See PHI1123 for more, likely.

Diff Detail

Repository
rP Phabricator
Branch
authkey1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 22227
Build 30390: Run Core Tests
Build 30389: arc lint + arc unit