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
I am trying to use a mirror (behind corporate firewall) by using the PACKAGE_ROUTER_ENDPOINT environment variable so that artifact URLs returned are the mirror URL instead of packages.chef.io URL.
Version:
v3.11.2
Environment:
RHEL 5 + Chef 12.22.5
Scenario:
I am trying to use a mirror (behind corporate firewall) by using the PACKAGE_ROUTER_ENDPOINT environment variable so that artifact URLs returned are the mirror URL instead of packages.chef.io URL.
Steps to Reproduce:
Expected Result:
I would expect that the
PACKAGE_ROUTER_ENDPOINT
URL would be returned byartifact_info.url
regardless of the options passed.Actual Result:
When specifying a more specific version, it returns the
packages.chef.io
instead of the value ofPACKAGE_ROUTER_ENDPOINT
The text was updated successfully, but these errors were encountered: