Bug #36616
closed[smart_proxy_container_gateway] Smart proxy clamps reply to a max of 100 tags when listing the tags
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2221407
Description of problem:
I've noticed that the smart proxy clamps the list of tags to 100
Version-Release number of selected component (if applicable):
Any Katello with Pulp 3
How reproducible:
100%
Steps to Reproduce:
1. Add big (100+ tags) container repos to a CV, promote and sync to the smart proxy.
2. List the container tags from the Foreman + Smart Proxy.
3. All of the replies from the smart proxy are clamped to '100'.
- Katello:
- skopeo list-tags docker://katello.example.com:443/container-repo|grep '16\.[0-9]'|wc -l
112
- Smart Proxy:
- skopeo list-tags docker://smart-proxy.example.com:443/container-repo|grep '16\.[0-9]'|wc -l
100
Updated by Ian Ballou over 1 year ago
- Subject changed from Smart proxy clamps reply to a max of 100 tags when listing the tags to [smart_proxy_container_gateway] Smart proxy clamps reply to a max of 100 tags when listing the tags
- Category set to Container
- Assignee set to Ian Ballou
This will require a new smart_proxy_container_gateway release.
As such, please keep it version-less to not confuse cherry-picks.
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/smart_proxy_container_gateway/pull/23 added
Updated by Anonymous over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset smart_proxy_container_gateway|f14594ac95e848bc5c588385ff66e7af74e97152.
Updated by Ian Ballou over 1 year ago
Fixed in rubygem-smart_proxy_container_gateway-1.0.8-1
Updated by Quinn James over 1 year ago
- Target version set to Katello 4.10.0
- Triaged changed from No to Yes