dmwm / dasgoclient

Data Aggregation System (DAS) Go client
https://cmsweb.cern.ch/das/
MIT License
9 stars 4 forks source link

Default proxy filename #1

Closed matz-e closed 7 years ago

matz-e commented 7 years ago

Hi,

It would be great if we didn't have to export the proxy filename via X509_USER_PROXY. I think by default the file is named /tmp/x509up_u$UID, and I think it would be nice if the environment variable would have to be only set when that file is not found.

Thanks, Matthias

vkuznet commented 7 years ago

Mattias, it is fixed now (commit 3442fca..e8e1f2f). Feel free to test it, just use /afs/cern.ch/user/v/valya/public/dasgoclient/dasgoclient_linux again, it is updated. Best, Valentin.

On 0, Matthias Wolf notifications@github.com wrote:

Hi,

It would be great if we didn't have to export the proxy filename via X509_USER_PROXY. I think by default the file is named /tmp/x509up_u$UID, and I think it would be nice if the environment variable would have to be only set when that file is not found.

Thanks, Matthias

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/vkuznet/dasgoclient/issues/1

matz-e commented 7 years ago

Great, that was fast, thank you! I will keep testing it.

Thanks, Matthias