htcondor / scitokens-credmon

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

Add hacks to LocalCredmon to work with krb-style tokens #48

Closed jasoncpatton closed 4 years ago

jasoncpatton commented 4 years ago

Since HTCondor 8.9.7's split of OAuth and Kerberos modes, some of the upstream HTCondor code that the LocalCredmon depended upon (and that interweaved the two modes) vanished into the ether, so these hacks allow the LocalCredmon to work with krb-style token signaling ({username}.cred files) while we work on re-adding native support for OAuth-style locally issued tokens.

To be merged after #47 is tested and merged.