WIPACrepo / pyglidein

Some python scripts to launch HTCondor glideins
MIT License
7 stars 20 forks source link

condor 8.6 and auth #74

Closed dsschult closed 7 years ago

dsschult commented 7 years ago

Apparently condor 8.6 changed something that broke our password authentication. Test this more thoroughly before deploying.

vbrik commented 7 years ago

When updating glidein-simprod to 8.5.8 (probably from 8.3.8), I had to change mode of the password file from 660 to 600. I don't remember what exactly broke though.

dsschult commented 7 years ago

Note that apparently I had the right permissions (600) in my local copy, but git doesn't save permissions.

dsschult commented 7 years ago

Another issue was the glidein trying to use SHARED_PORT. Turning that off makes it work in testing.