grisu / gricli

Grisu commandline client
7 stars 2 forks source link

Authenticate interactively in scripted mode if no valid proxy cert is found #232

Closed mondkaefer closed 12 years ago

mondkaefer commented 12 years ago

griclish in scripted mode expects an x509 proxy certificate to be in place, otherwise it will fail with the following error message: "No proxy found on: /home/mfel395/.grisu/grisu.proxy"

This means that every 7 or so days a user will have to use griclish in interactive mode to get a proxy.

Can we have a way so that griclish lets a user authenticate with an IdP interactively if no valid proxy is found, even if run in scripted mode?

Background for this is a request from Math, asking for easy wrapper scripts around gricli, and the unhappiness they feel that they have to do an interactive login step using griclish instead of their scripts.

yuriyh commented 12 years ago

probably add option "authenticate and quit"

On 05/03/12 10:27, Martin wrote:

griclish in scripted mode expects an x509 proxy certificate to be in place, otherwise it will fail with the following error message: "No proxy found on: /home/mfel395/.grisu/grisu.proxy"

This means that every 7 or so days a user will have to use griclish in interactive mode to get a proxy.

Can we have a way so that griclish lets a user authenticate with an IdP interactively if no valid proxy is found, even if run in scripted mode?

Background for this is a request from Math, asking for easy wrapper scripts around gricli, and the unhappiness they feel that they have to do an interactive login step using griclish instead of their scripts.


Reply to this email directly or view it on GitHub: https://github.com/grisu/gricli/issues/232

mondkaefer commented 12 years ago

that would work for me too

mondkaefer commented 12 years ago

This issue is now managed in jira. grisu/gricli may not be the right project. closing