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
F19817012: D20261.id.diff
Thu, Mar 5, 10:08 AM
F19692025: D20261.diff
Tue, Feb 10, 4:20 AM
F19003025: D20261.diff
Nov 21 2025, 7:24 AM
F18804211: D20261.id.diff
Oct 18 2025, 6:54 AM
F18798659: D20261.diff
Oct 17 2025, 7:31 AM
F18791104: D20261.id48355.diff
Oct 16 2025, 1:54 AM
F18771296: D20261.id.diff
Oct 8 2025, 6:56 PM
F18765189: D20261.id48369.diff
Oct 7 2025, 10:04 AM
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