Skip to content

Add feature to skip the condor_vault_storer portion to token-push #72

@shreyb

Description

@shreyb

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:

  1. Have flag (--skip-vault-store) to skip the condor_vault_storer step to token-push
  2. 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?
  3. Then proceed with kinit and push steps

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions