fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Separate out fake_ifdh.py code into ifdh operations and credential operations #575

Open shreyb opened 2 months ago

shreyb commented 2 months ago

In fake_ifdh.py, we have operations like getToken and getProxy. These really should be in creds.py or something similar, so that what's left in fake_ifdh.py is actually ifdh-simulating operations.

marcmengel commented 2 months ago

Well, technically ifdh does have getToken and getProxy calls, but I see the argument for putting all the credentials stuff in creds.py.