tdviet / fedcloudclient

EGI FedCloud Client
https://fedcloudclient.fedcloud.eu
MIT License
8 stars 10 forks source link

Better compatibility with oidc-agent #206

Closed tdviet closed 1 month ago

tdviet commented 3 months ago

Initial checklist

Problem

Fedcloud client should try to read access token from OIDC_AT environment variable (default for oidc-agent) if FEDCLOUD_ACCESS_TOKEN or OIDC_ACCESS_TOKEN is not set. See discussion at https://github.com/tdviet/fedcloudclient/discussions/205

Solution

Add compatibility mode

Alternatives

No

tdviet commented 1 month ago

According to the discussion, it is solved (using OIDC_AGENT_ACCOUNT)