You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a random user, I can install any package from the referenced remote index through Pulp. It looks like pull-through distributions are ignoring includes/excludes fields from remotes. The documentation implies that this will work out of the box. Does this have any implications? Is this a feature yet to be implemented?
Steps to reproduce the behaviour in oci-env (domains enabled).
(venv3) [lmjachky@lmjachky-thinkpadt14gen4 services]$ pulp --profile local python remote create --name test --url https://pypi.org/ --includes '["shelf-reader"]'
I'm not sure if our docs imply that remote filters will work with pull-through caching, but that does sound like how it should intuitively work. I think this is a good feature request.
lubosmj
changed the title
Pull-through caching ignores includes/excludes for remotes
Add support for remote's includes/excludes in pull-through caching
Jul 24, 2024
As a random user, I can install any package from the referenced remote index through Pulp. It looks like pull-through distributions are ignoring includes/excludes fields from remotes. The documentation implies that this will work out of the box. Does this have any implications? Is this a feature yet to be implemented?
Steps to reproduce the behaviour in oci-env (domains enabled).
The text was updated successfully, but these errors were encountered: