condor_vault_storer

igwn_robot_auth.htcondor.condor_vault_storer(
oauth_service: str = 'igwn',
*,
verbose: bool = True,
**htgettoken_opts,
) None[source]

Call out to condor_vault_storer with the given options.

This function just runs subprocess.check_call.

Parameters:
  • oauth_service (str, optional) – The oauth_service argument to use. This is typically just the name of the token issuer. Default is "igwn".

  • verbose (bool, optional) – Show verbose output.

  • htgettoken_opts – Other key=value arguments are passed verbatim to the condor_vault_storer call.