Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

voms-proxy-destroy does not respect X509_USER_PROXY environment variable #26

Open
jolange opened this issue May 10, 2021 · 0 comments
Open

Comments

@jolange
Copy link

jolange commented May 10, 2021

When setting the X509_USER_PROXY environment variable, voms-proxy-init and voms-proxy-info respect that as the default location, i.e. you don't have to specify the file parameter.

$ export X509_USER_PROXY=$PWD/tmp_proxy_file
$ voms-proxy-init
Created proxy in <PWD>/tmp_proxy_file.
$ voms-proxy-info
...
path      : <PWD>/tmp_proxy_file
timeleft  : 11:59:26
...

voms-proxy-destroy does not use that environment variable, though:

$ voms-proxy-destroy
Proxy file doesn't exist or has bad permissions

You have to specify a file parameter here, if you don't use the default location.

Is this intended for some reason? Otherwise I'd have a "fix" ready, which I could submit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant