Skip to content
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

Update IP Allow List to Support Range #63

Open
WillStrohl opened this issue Jul 15, 2020 · 1 comment
Open

Update IP Allow List to Support Range #63

WillStrohl opened this issue Jul 15, 2020 · 1 comment

Comments

@WillStrohl
Copy link
Member

As-is, the IP allow list enables you to add a single computer (IP address) which works great. However, it doesn't allow you to add an IP range. IP ranges would be useful for certain corporate and VPN environments where the external IP address may be assigned dynamically, but within a known range (e.g., 123.123.0.0/24).

The front-end implementation would require validating the 123.123.123.123 value for a single IP address, as well as 123.123.0.0/24 for a range of IP addresses.

The back-end implementation would need to be updated to know the difference and then confirm the current IP address accordingly.

@davidjrh
Copy link

By this documentation https://docs.microsoft.com/en-us/azure/devops/organizations/security/allow-list-ip-url?view=azure-devops#ip-addresses-and-range-restrictions, current IP Address ranges for outbound connections coming from Azure Pipelines hosted agents in CIDR notation are:

13.107.6.0/24
13.107.9.0/24
13.107.42.0/24
13.107.43.0/24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants