Artifactory :: Perl module authentication issues

I am trying to use a module Artifactory::Client

to deploy artifacts to my Artifactory server.

I'm having difficulty trying to authenticate with Artifactory as the module Artifactory::Client

doesn't seem to allow you to specify your Artifactory login credentials.

I am getting an HTTP error 403 Forbidden

when it makes an HTTP PUT request trying to deploy my artifacts.

I tried to open the Perl module and tried to execute the code using various dependencies where I think the actual request is being called, but I cannot successfully authenticate with Artifactory.

If anyone is successfully authenticated using credentials, I would greatly appreciate any advice.

+3


source to share


1 answer


I used the wrong Realm name - user2402135



0


source







All Articles