-
Notifications
You must be signed in to change notification settings - Fork 59
Add network isolation policy to pipeline settings #1477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add network isolation policy to pipeline settings #1477
Conversation
This blocks Android platform tools download, let me reach out to the corresponding team. |
note that we don't need to set this explicitly. you'll get opted in to CFSClean automatically after 7 days of clean runs as per the docs |
Yes, you’re right, we don’t need to enforce the policy. We need to replace the outbound connections. I’ve reached out to the engineering team |
The pipeline doesn't have public outbound connections anymore: https://dev.azure.com/dnceng/internal/_build/results?buildId=2814576&view=results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot Milos!
/backport to release/9.0 |
Started backporting to release/9.0: https://github.com/dotnet/xharness/actions/runs/18502491468 |
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/xharness/actions/runs/18502497591 |
Description
Update network isolation policy to block access to all public package feed endpoints.