This is basically to speed up token pushing in the case that we had a service's refresh token expire and we just regenerated it using run-onboarding-managed-tokens.
In this case, we should do the following:
- Have flag (--skip-vault-store) to skip the condor_vault_storer step to token-push
- However, this relies on vault tokens being stored on disk correctly. We need to figure out a way to make sure that a valid state exists where a vault token can be pushed. Maybe check for existence of file where we expect it before we even try anything?
- Then proceed with kinit and push steps