Reputation: 170410
I need to implement something similar to:
http://repo.example.com/distros/centos/5.7/ -> http://vault.centos.org/5.7/
http://repo.example.com/distros/centos/7.0/ -> http://mirror.centos.org/centos/7/
http://repo.example.com/distros/internal/ (a local Artifactory repository)
I discovered that at least with version 4.1 it seems impossible to map repositories to sub-directories.
Is this true or there is a workaround for doing this?
Upvotes: 1
Views: 1069
Reputation: 20376
You cannot use the repository key for achieving this. The repository key is used as a unique identifier for the repository and should not be used for manipulating the request path.
If I understand your requirement correctly, there are 2 possible options I can think of:
Upvotes: 1
Reputation: 170410
It seems that's a limitation of the product so I ended up having to raise this bug: https://www.jfrog.com/jira/browse/RTFACT-8683
Upvotes: 0