arcanist icon indicating copy to clipboard operation
arcanist copied to clipboard

Allow the usso token only for the Submitqueue priority requests

Open pankti11 opened this issue 3 months ago • 1 comments

In https://github.com/uber/arcanist/pull/309, we started adding the USSO token to the Submit Queue client to support priority requests. The token was generated using ussh.

After rollout, one service owner reported that arc stack was failing in their service environment because ussh isn’t available outside developer machines or Devpods (e.g., production hosts).

This PR updates the logic to include the USSO token only for Submit Queue requests made via the Priority Queue API (i.e., arc land --skip-submitqueue-checks) to prevent failures in non-dev environments.

pankti11 avatar Nov 07 '25 01:11 pankti11