Closed brianhlin closed 2 years ago
The first comments in the main section of setup_x509.sh indicates that it should only try to refresh the proxy on its first run:
setup_x509.sh
https://github.com/glideinWMS/glideinwms/blob/master/creation/web_base/setup_x509.sh#L379-L380
However, it will perform its initial setup steps if it doesn't succeed in refreshing an X.509 proxy or token. Combined with #163, this can result in malformed glidein_config files
glidein_config
The first comments in the main section of
setup_x509.sh
indicates that it should only try to refresh the proxy on its first run:https://github.com/glideinWMS/glideinwms/blob/master/creation/web_base/setup_x509.sh#L379-L380
However, it will perform its initial setup steps if it doesn't succeed in refreshing an X.509 proxy or token. Combined with #163, this can result in malformed
glidein_config
files