-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Az cli in script asks raw.githubusercontent.com behind private firewall #29294
Copy link
Copy link
Open
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Metadata
Metadata
Assignees
Labels
AKSaz aks/acs/openshiftaz aks/acs/openshiftAuto-AssignAuto assign by botAuto assign by botService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-observability-squadcustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Describe the bug
We have a script that utilizes az cli for doing a job in AKS. The AKS cluster itself are behond a firewall for outgoing requests and when we run simple commands like
az --versionoraz login ...it seems like requests towardsraw.githubusercontent.comare done. This means that we need to open the firewall forraw.githubusercontent.comwhich again means that we open the firewall to all the public content on github which can include malware. Is this by design?Github search on
raw.githubusercontent.comin azure-cli github repository:https://github.com/search?q=repo%3AAzure%2Fazure-cli%20raw.githubusercontent.com&type=code
There is also references to private repositories in the URLs used that seem to be archived and not updated anymore, for example: https://github.com/danielsollondon/azvmimagebuilder
Related command
Errors
No particular errors in place other than request we don't use that might fail in the background.
Issue script & Debug output
No direct error
Expected behavior
We expect the cli to have the information need in the Cli itself?
Environment Summary
Additional context
No response