Fix oidc remote cloudrc path - #1451
Conversation
OIDC tests can run into issues due to the
federation_oidc_cloudrc_remote_path var, it can try to access the
/home/root folder, which doesn't exist.
This patch will set federation_oidc_cloudrc_remote_path to
/root/ci-framework-data/tmp/{{ federation_oidc_cloudrc_filename }}
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post ✔️ noop SUCCESS in 0s |
OIDC tests can run into issues due to the
federation_oidc_cloudrc_remote_path var, it can try to access the /home/root folder, which doesn't exist.
This patch will set federation_oidc_cloudrc_remote_path to /root/ci-framework-data/tmp/{{ federation_oidc_cloudrc_filename }}