I am using iRODS with GSI for authentication. How do I obtain the GSI
proxy credentials for use within a microservice?
The scenario is that the microservice needs to communicate with a
(potentially) remote resource via GSI to obtain data and store
information.
Thanks in advance
Guy
--
Dr Guy Warner
E-mail: g...@cs.stir.ac.uk
Address: Room 4B58 Cottrell Building,
Department of Computing Science & Mathematics,
University of Stirling, Scotland, FK9 4LA
Phone: 01786 467433
--
Academic Excellence at the Heart of Scotland.
The University of Stirling is a charity registered in Scotland,
number SC 011159.
Thanks for the answer. I thought that may be the case. Is there an object
in the REI structure that I can just dump to disk (or irods) or will I
have to re-construct the proxy file format first. Any help would be much
appreciated.
Thanks
Guy
From what you are saying iRODS only authenticates using GSI and never
creates a local proxy. It looks like my best solution is going to based
around using MyProxy and/or Shibboleth. My microservice launches a condor
job that may take a long time to run and I was trying to find a way of
not needing to leave an irodsAgent running for every job in the system -
instead reconnecting to irods when the job finished.
Thanks for your help.
Guy