Sponsor:

Your company here, and a link to your site. Click to find out more.

condor_test_token - Man Page

Name

condor_test_token ā€” HTCondor Manual

Create a short-lived SciToken to authenticate with local HTCondor daemons

Synopsis

condor_test_token [--help]

condor_test_token --issuer issuer-url --scope scopes [--subject subject] [--lifetime lifetime] [--audience audience] [--cache cache-location]

Description

condor_test_token generates a temporary signing key, adds it to the local SciTokens cache for the given issuer, and creates a short-lived token signed by the key. Local HTCondor daemons will treat this token like any reguluar token generated by the given issuer.

Options

--help

Display usage information

--issuer issuer-url

Specify the issuer to impersonate

--scope scopes

Specify the scope claim for the token

--subject subject

specify the sub claim for the token

--lifetime lifetime

Specify the lifetime of the token in seconds (default 1 hour)

--audience audience

Specify the aud claim for the token

--cache cache-location

Specify the SciTokens cache location

Examples

To create a SciToken with READ-level access that appears to be issued by the SciTokens demo issuer:

$ condor_test_token --issuer https://demo.scitokens.org \
    --scope condor:/WRITE

Exit Status

condor_test_token will exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author

HTCondor Team

Info

Jan 24, 2024 HTCondor Manual