Hello guys, please allow me a quick question about the collections/requirements.yml file you can put in a project to download collections dependencies, in an AAP2 context.
For example, let’s consider this one :
---
collections:
- name: community.general
type: git
source: https://gitlab.com/myurl/community-general-9.0.1
First, is it possible to point directly to a tar.gz file hosted in a git repository, rather than a repo where the collection has been uncompressed ?
Second, how do you handle the case where the collection is hosted in a repo which necessites credentials different from those of the main repo, where the projects and requirements file are hosted ? In AAP2, as fars as i could see, you can only put one SCM credential for a project. May be by defining a custom credential ?
thanks in advance if you have lights on these topics,
johan