glideinWMS / glideinwms

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

setup_x509.sh fails to copy gsi proxy to glidein in hybrid mode #220

Closed ddbox closed 1 year ago

ddbox commented 2 years ago

Describe the bug glideins in release candiates for 3.9.6 <= rc4 fail to copy X509_USER_PROXY to correct directory glide_XXXXX/cred.d/(proxy_name)

To Reproduce send a pilot proxy and idtoken via 3.9.6.rc4 or rc.3

suggested fix function get_x509_proxy in setup_x509.sh: replace -n test (true if not null) with -z test (true if null) get_x509_proxy() { local cert_fname=${1:-"$X509_USER_PROXY"}

mambelli commented 1 year ago

Fixed in updated PR for 3.9.6 rc5