1CONDOR_TOKEN_LIST(1) HTCondor Manual CONDOR_TOKEN_LIST(1)
2
3
4
6 condor_token_list - HTCondor Manual
7
8 list all available tokens for IDTOKENS auth
9
10
12 condor_token_list [-dir directory]
13
14 condor_token_list -help
15
17 condor_token_list parses the tokens available to the current user and
18 prints them to stdout.
19
20 The tokens are stored in files in the directory referenced by SEC_TO‐
21 KEN_DIRECTORY; multiple tokens may be saved in each file (one per
22 line).
23
24 The output format is a list of the deserialized contents of each token,
25 along with the file name containing the token, one per line. It should
26 not be considered machine readable and will be subject to change in fu‐
27 ture release of HTCondor.
28
30 -help Display brief usage information and exit.
31
32 -dir Read tokens from an alternate directory.
33
35 To list all tokens as the current user:
36
37 $ condor_token_list
38 Header: {"alg":"HS256","kid":"POOL"} Payload: {"exp":1565576872,"iat":1565543872,"iss":"htcondor.cs.wisc.edu","scope":"condor:\/DAEMON","sub":"k8sworker@wisc.edu"} File: /home/bucky/.condor/tokens.d/token1
39 Header: {"alg":"HS256","kid":"POOL"} Payload: {"iat":1572414350,"iss":"htcondor.cs.wisc.edu","scope":"condor:\/WRITE","sub":"bucky@wisc.edu"} File: /home/bucky/.condor/tokens.d/token2
40
42 condor_token_list will exit with a non-zero status value if it fails to
43 read the token directory, tokens are improperly formatted, or if it ex‐
44 periences some other error. Otherwise, it will exit 0.
45
47 condor_token_create(1), condor_token_fetch(1), condor_token_request(1)
48
50 Center for High Throughput Computing, University of Wisconsin-Madison
51
53 Copyright © 1990-2019 Center for High Throughput Computing, Computer
54 Sciences Department, University of Wisconsin-Madison, Madison, WI. All
55 Rights Reserved. Licensed under the Apache License, Version 2.0.
56
58 HTCondor Team
59
61 1990-2023, Center for High Throughput Computing, Computer Sciences De‐
62 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
63 under the Apache License, Version 2.0.
64
65
66
67
68 Oct 02, 2023 CONDOR_TOKEN_LIST(1)