At our company, we create Artifactory in our tool chain. We have a remote repository for CocoaPods repository. Since we need to manage the pods used, we would like whitelists to allow containers with the include function.

So, if we use the repository without restrictions, everything works fine. But if we have an inclusion template for the library, for example. see the print screen, then we get an error in the fetchIndex request from Artifactory. In the logs, it looks like this:
20161216094625|3|REQUEST|someIP|username|GET|/api/pods/cocoapods-master/index/fetchIndex|HTTP/1.1|404|0
Has anyone gained experience with white listings through artifactory?
source
share