Hi, it is possible to feed pulp repo from authenticated source ? eg something like this:
pulp-admin rpm repo create --repo-id=test-repo-x86_64-live --display-name="TEST REPO x86_64 (Live)" --description="TEST REPO x86_64 (Live)" --feed=" https://login:[email protected]/artifactory/yum-local/test-repo/6/x86_64/" --serve-http=True --serve-https=False --relative-url=/test-repo/6/x86_64/live or pulp-admin rpm repo create --repo-id=test-repo-x86_64-live --display-name="TEST REPO x86_64 (Live)" --description="TEST REPO x86_64 (Live)" --feed=" https://login:[email protected]/artifactory/yum-local/test-repo/6/x86_64/" --serve-http=True --serve-https=False --relative-url=/test-repo/6/x86_64/live --basicauth-user=login --basicauth-pass=pass I'm getting: pulp-admin rpm repo sync run --repo-id=test-repo-x86_64-live Task Failed int() argument must be a string or a number, not 'NoneType' Via curl I can download metadata without any issues, no ssl problems at all. Any clue ? -- pulp-server-2.7 pulp-admin-client-2.7 CentOS 7.2 64b
_______________________________________________ Pulp-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/pulp-list
