Support "FEDERATED" repository types #398
Labels
enhancement
Feature request to extend functionality
Help Wanted
We will be glad if somebody proposes a solution via PR
Currently, calling
get_repositories
on artifactory that contains federated repositories will crash:This happens since
create_by_type
doesn't support the federated type and just returns None.I can also open a PR on it myself, since the federated type should mostly be handled like a local repository if I understand correctly from the docs:
https://www.jfrog.com/confluence/display/JFROG/Federated+Repositories
The text was updated successfully, but these errors were encountered: