[s360-breeze-toolkit: SFI-ES4.2.4] ES 4.2.4 Network Isolation Policy Implementation - #2144
Draft
v-sohmondal wants to merge 6 commits into
Draft
[s360-breeze-toolkit: SFI-ES4.2.4] ES 4.2.4 Network Isolation Policy Implementation#2144v-sohmondal wants to merge 6 commits into
v-sohmondal wants to merge 6 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the build and package management configurations across multiple sample projects to improve security and compliance. The main changes enforce the use of an internal package-feed proxy (Central Feed Services) for all package restores and add network isolation policies to pipeline configurations to block unintended public package-feed calls.
Pipeline configuration improvements:
networkIsolationPolicy: Permissive,CFSCleansetting to theazure-pipelines.ymlfiles for all sample projects, which helps block involuntary public package-feed calls during builds. [1] [2] [3]Package restore routing:
.npmrcfiles in the TypeScript sample projects to route npm package restores through the internal package-feed proxy athttps://packagefeedproxy.microsoft.io/npm/.nuget.configfile to the C# sample project to route NuGet package restores through the internal package-feed proxy athttps://packagefeedproxy.microsoft.io/nuget/v3/index.json.