Change from Permissive to Preferred networkIsolationPolicy#605
Change from Permissive to Preferred networkIsolationPolicy#605
Permissive to Preferred networkIsolationPolicy#605Conversation
See https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-build/cloudbuild/security/1espt-network-isolation `CFSClean` will apply policy that blocks public package manager endpoints. `Permissive` allows everything else, but we shouldn't do this by default. Let's try being more restrictive and only add `Permissive` if we don't have more granular policies to enable.
|
Official build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2811134&view=results Do not merge this until we examine the results of hte official build. @akoeplinger has also suggested we may not need |
|
Don't merge, as removing Permissive appears to have broken the build. |
Permissive to Preferred networkIsolationPolicy
If we don't set any |
Yep, that's what I was testing. However setting The arcade-injected step |
The MIcrobuild guys were looking into whether they can just use dotnet nuget install. |
See https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-build/cloudbuild/security/1espt-network-isolation
CFSCleanwill apply policy that blocks public package manager endpoints.Permissiveallows everything else, but we shouldn't do this by default.Let's try being more restrictive and only add
Permissiveif we don't have more granular policies to enable.