gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
313 stars 347 forks source link

Pycbc search workflow should require proxy init on restart #2752

Open tdent opened 5 years ago

tdent commented 5 years ago

As a result of recent changes in LDG cluster login and/or pegasus, job submission fails if a fresh proxy is not available when a workflow is restarte d with './start'. The restart script should either require or allow for this.

tdent commented 4 years ago

This is a very old issue, is it resolved?

spxiwh commented 4 years ago

This has not been resolved yet.

duncan-brown commented 4 years ago

Derek is working on installing SciTokens on the LDG clusters so that proxies won't be needed for workflows any more. I am working on removing their use from the pipeline, so when that is fixed this will be closed.

GarethCabournDavies commented 3 months ago

We use scitokens now - can this be closed?

josh-willis commented 3 months ago

We use scitokens now - can this be closed?

Please note that once PyCBC switches to using the "local issuer" (see these docs), then it will need an X.509 credential for communicating with GraceDB, as that service cannot yet accept the local issuer tokens, and is unlikely to be upgraded to do so during O4.

spxiwh commented 3 months ago

The basic issue here "./start needs to reset authentication if needed" is still relevant.