htcondor / scitokens-credmon

HTCondor implementation of the Scitokens credential monitor
Apache License 2.0
3 stars 7 forks source link

Newer versions of HTCondor may store credentials differently #39

Closed jasoncpatton closed 4 years ago

jasoncpatton commented 4 years ago

Code should be ready to go for when https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=7462 is resolved. Might be good to actually poll the Schedd for what version is running (don't check the Python bindings' version, which could be different) if we need to condition on the version of HTCondor that is running. But really we should lobby for some boolean to be added to the condor_config that we can check.

jasoncpatton commented 4 years ago

We should also follow changes to the kerberos credmon (note the name of the credmon executable and the parameter name): CREDMON_KRB = $(SBIN)/condor_krbafs_credmon DAEMON_LIST = $(DAEMON_LIST) CREDMON_KRB