Would anyone have some guidance about the best way...
# general
b
Would anyone have some guidance about the best way to setup an ivy repo that requires authentication? I've added the new repo to the chain in build-support/ivy/ivysettings.xml (which pants.ini points at) and have tried: - <credentials> in ivysettings.xml with credentials hardcoded - <credentials> in ivysettings.xml with credentials as
${security.getCurrentUsername/EncryptedPassword()}
which is what jFrog provides in their "Set Me Up" feature - specifying the credentials for the host in ~/.netrc For all of them I just get a CLIENT ERROR: Forbidden url=https://<HOST>/... If I access the url in the browser and input the username/password used in the config I'm able to download the artifact