hyperledger-labs / fabric-ansible-collection

Ansible collection for building Hyperledger Fabric networks
Apache License 2.0
11 stars 11 forks source link

Issues during build process when trying to install Fabric Ansible Collection from ansible galaxy collection. #69

Closed davidfdr closed 2 months ago

davidfdr commented 2 months ago

Hi.

#42 [runner 16/17] RUN ansible-galaxy collection install hyperledger.fabric_ansible_collection
#42 6.387 ERROR! Failed to download collection tar from 'default' due to the following unforeseen error: HTTP Error 403: Forbidden. HTTP Error 403: Forbidden
#42 6.388 Starting galaxy collection install process
#42 6.388 Process install dependency map
#42 6.388 Starting collection install process
#42 6.388 Downloading https://galaxy.ansible.com/api/v3/plugin/ansible/content/published/collections/artifacts/hyperledger-fabric_ansible_collection-2.0.8.tar.gz to /.ansible/tmp/ansible-local-1egoreq8g/tmp7ffmefhg/hyperledger-fabric_ansible_collection-2.0.8-l4gmzpft
#42 ERROR: process "/bin/sh -c ansible-galaxy collection install hyperledger.fabric_ansible_collection" did not complete successfully: exit code: 1

I am unable to install it using the version published on Ansible Galaxy Collection:

https://galaxy.ansible.com/ui/repo/published/hyperledger/fabric_ansible_collection/

It appears to be redirecting to AWS with the wrong credentials:

image

davidfdr commented 2 months ago

This was an ansible galaxy repository problem. Not from fabric ansible collection. I am closing this issue.