-
Notifications
You must be signed in to change notification settings - Fork 100
Description
When any of the URLs for accessing the PowerShell Gallery change, some users are unable to access it due to firewall restrictions. This came up in the Sept 2018 update. Copying from a Gallery blog comment:
packages will be downloaded from psg-prod-eastus.azureedge.net instead of devopsgallerystorage.blob.core.windows.net,
Is there any chance to get the DNS names somewhere documented? Some companies with url access restrictions would be happy about this
We need to exclude this url in our proxy and firewall configuration. Currently in our dev environment we have exclusions for docker, .net core, npm, nuget and powershell. And with a change occurring every week or so it gets somehow frustrating to debug it every time.
Possible Solution
We should pre-announce when the URLs for the Gallery are changing, or new ones are made available.
In addition, recommended solution would be to document the URLs somewhere, such as in a file in GH that contains the direct access URLs in an easily used format.