glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

setup_x509.sh creates proxy file in directory used for tokens #201

Closed matyasselmeci closed 2 years ago

matyasselmeci commented 2 years ago

Describe the bug setup_x509.sh creates a file called ticket/myproxy from the X509_USER_PROXY. This is the same directory as used for IDTOKENS. This causes the condor_startd to complain that it cannot parse the proxy file as a JWT. Due to a separate HTCondor issue (https://opensciencegrid.atlassian.net/browse/HTCONDOR-1271), this fills up the StartdLog with noise.

To Reproduce Steps to reproduce the behavior: Submit a job through the OSG frontend, examine the StartdLog for "Failed to decode jwt in keyfile" messages.

mambelli commented 2 years ago

Fixed by #198