Skip to content

scitokens.py: reduce default timeleft to 60

The default value of timeleft=600 in igwn_auth_utils.find_scitoken was preventing HTCondor jobs from finding valid tokens. This MR lowers the value to 60, which matches the default value of htgettoken's --minsecs option, and is smaller than the 300 seconds guaranteed by HTCondor's default configuration.

Closes #33 (closed)

Merge request reports

Loading