From e6d3b928aaf728ea2799d8a3a442aec800e3f2e1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Mon, 9 Dec 2024 10:33:35 +0100 Subject: [PATCH] EREQ-85 Use basic auth for P2 repos (same setup as dev env) --- .cirrus/settings-public-auth.xml | 40 ++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/.cirrus/settings-public-auth.xml b/.cirrus/settings-public-auth.xml index 12f7adbcd..2f90da0c7 100644 --- a/.cirrus/settings-public-auth.xml +++ b/.cirrus/settings-public-auth.xml @@ -20,24 +20,40 @@ reddeerLatest + ${env.ARTIFACTORY_PRIVATE_USERNAME} + ${env.ARTIFACTORY_PRIVATE_PASSWORD} - - - Authorization - Bearer ${env.ARTIFACTORY_ACCESS_TOKEN} - - + httpclient + + + + + http.authentication.preemptive + %b,false + + + true + + reddeer420 + ${env.ARTIFACTORY_PRIVATE_USERNAME} + ${env.ARTIFACTORY_PRIVATE_PASSWORD} - - - Authorization - Bearer ${env.ARTIFACTORY_ACCESS_TOKEN} - - + httpclient + + + + + http.authentication.preemptive + %b,false + + + true + +