Miguel Caballer Fernandez

Results 48 comments of Miguel Caballer Fernandez

HI @EGI-ILM, I have added new `-n` option in the im-client: https://imdocs.readthedocs.io/en/latest/client.html#cmdoption-im-client-n-name For example you can do: ```sh $ im_client.py getstate -n "lethe-datalake-1" ``` You can test it using the...

Hi @mtangaro, The problem is that the orchestrator plugin is the one that gets the refresh token using the injected access token. If clues is started with the access token...

Hi @IgnacioHeredia, I think that this repository is not part of the Dataverse installations: https://dataverse.org/installations

It seems that is has a REST API: https://www.seanoe.org/html/api.htm

I can take a look.

How are you configuring the IM to set the admin user?

The im_cfg_admin_user should follow this format: `https://some_issuer.com/user_sub` https://github.com/grycap/im/blob/master/etc/im.cfg#L46C1-L47C93

The IM will no try to contact this endpoint, but it is the expected format used internally. For example in case of using EGI-Checkin the format must be: https://aai.egi.eu/auth/realms/egi/[email protected]

I made some tests and there is a bug in case of using an OIDC user as admin. We are working on it.