This PR hopefully fixes the currently broken Github jobs due to the changes in the private repo used by the builder.
Major workaround:
Placing a MITM proxy in front of apt is needed to add the missing Authorization: Bearer <auth-token> header to the request in order to achieve successful authentication with the new private repo :hankey:
Plz don't merge until we fix the workflow issues (now due to having overridden the old Github secret ARTIFACTORY_CLOUD_TOKEN used in the first workflow) :man_shrugging:
The title :1st_place_medal:
This PR hopefully fixes the currently broken Github jobs due to the changes in the private repo used by the builder.
Major workaround: Placing a MITM proxy in front of
apt
is needed to add the missingAuthorization: Bearer <auth-token>
header to the request in order to achieve successful authentication with the new private repo :hankey:Jira-ID: SECO-6410